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
5daa7d3c26
cocoon
/
spec
/
dummy
/
app
/
models
/
post.rb
5 lines
76 B
Ruby
Raw
Normal View
History
Unescape
Escape
Added tests for link_to_add_association.
2011-03-06 21:40:37 +00:00
class
Post
<
ActiveRecord
::
Base
has_many
:comments
Added the code from rfc2616: push in plurals from ruby, with added (simple) tests
2011-04-24 12:36:50 +00:00
has_many
:people
Added tests for link_to_add_association.
2011-03-06 21:40:37 +00:00
end