Skip to content

Commit

Permalink
belong_to => belongs_to (tks to amanelis)
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 4, 2011
1 parent 2aefadd commit edf6721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ in destroy action calculate in following order collection_url, parent_url, root_
Example:

class ButtonsConntroller < InheritedResources::Base
belong_to :window
belongs_to :window
actions :all, :except => [:show, :index]
end

Expand Down

0 comments on commit edf6721

Please sign in to comment.