public
Description: An activerecord based RBAC permissions system.
Homepage:
Clone URL: git://github.com/NoamB/acts_as_permissible.git
Click here to lend your support to: acts_as_permissible and make a donation at www.pledgie.com !
100644 7 lines (6 sloc) 0.184 kb
1
2
3
4
5
6
7
# Include hook code here
begin
  require "#{RAILS_ROOT}/lib/acts_as_permissible"
  ActiveRecord::Base.send(:include, NoamBenAri::Acts::Permissible)
rescue MissingSourceFile => m
  
end