class FormWithActsLikeFormForTest::FakeAssociationProxy

Public Instance Methods

to_ary() click to toggle source
# File actionview/test/template/form_helper/form_with_test.rb, line 1618
def to_ary
  [1, 2, 3]
end