This website requires JavaScript.
Explore
Help
Sign In
github-migration
/
cocoon
Watch
1
Star
0
Fork
You've already forked cocoon
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
bee1a8ba0b
cocoon
/
spec
/
dummy
/
app
/
models
/
person.rb
4 lines
57 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added the code from rfc2616: push in plurals from ruby, with added (simple) tests
2011-04-24 12:36:50 +00:00
class
Person
<
ActiveRecord
::
Base
Added an extra option `:render_option` which is handed to the nested fields for builder. Also call the correct nested fields builder for each form builder (e.g. semantic_fields_for, simple_fields_for or fields_for).
2011-10-21 23:42:07 +00:00
belongs_to
:post
Added the code from rfc2616: push in plurals from ruby, with added (simple) tests
2011-04-24 12:36:50 +00:00
end