Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@391 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
  • Loading branch information
tsaleh committed Mar 18, 2008
1 parent 4ae2cea commit 80095da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/shoulda/controller_tests/controller_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ class DeniedOptions
# Defaults to the underscored name of the AR class. CompanyManager => :company_manager
attr_accessor :object

# Name of the parent AR objects.
# Name of the parent AR objects. Can be set as parent= or parents=, and can take either
# the name of the parent resource (if there's only one), or an array of names (if there's
# more than one).
#
# Example:
# # in the routes...
Expand Down

0 comments on commit 80095da

Please sign in to comment.