This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
rails--rails
Watch
1
Star
0
Fork
You've already forked rails--rails
0
mirror of
https://github.com/rails/rails.git
synced
2022-11-09 12:12:34 -05:00
Code
Releases
Activity
f02d2185eb
rails--rails
/
activerecord
/
test
/
fixtures
/
edges.yml
6 lines
100 B
YAML
Raw
Normal View
History
Unescape
Escape
Included associations: go deep. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4776 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-08-16 14:10:52 -04:00
<% (1..4).each do |id| %>
edge_<%= id %>
:
source_id
:
<%= id %>
sink_id
:
<%= id + 1 %>
Revert "Revert "Assert primary key does not exist in habtm when the association is defined, instead of doing that everytime a record is inserted."" This reverts commit 2b82708b0efb3a3458e8177beab58f0c585788ae. [#3128 state:resolved] Conflicts: activerecord/lib/active_record/associations.rb activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb
2009-11-23 13:05:35 -05:00
<% end %>
Copy permalink