cancan/lib/cancan
2011-10-04 15:02:59 -07:00
..
model_adapters Load datamapper class methods via append_extensions. 2011-07-01 12:48:20 -07:00
ability.rb return subject passed to authorize! - closes #314 2011-03-25 14:24:43 -07:00
controller_additions.rb Correct "return cant jump across threads" error when using check_authorization() 2011-09-28 16:05:38 -07:00
controller_resource.rb quick fix to get nested resources working again - closes #482 2011-10-04 15:02:59 -07:00
exceptions.rb Change the i18n default name to :"unauthorized.default" 2011-07-01 13:10:20 -05:00
inherited_resource.rb Fixes inherited_resources collection authorization 2011-03-16 01:20:35 +01:00
matchers.rb Compatibility fix for using cancan with rspec-instafail and rspec1 2011-07-19 10:27:08 +10:00
model_additions.rb making accessible_by action default to :index and parent action default to :show so we don't check :read action directly - closes #302 2011-03-15 23:00:40 -07:00
rule.rb Fixed bug where conditions on an optionally associated object would throw exceptions if the associated object was not present at the rule match time. 2011-04-01 13:20:25 -07:00