7 lines
184 B
Ruby
7 lines
184 B
Ruby
|
# Include hook code here
|
||
|
begin
|
||
|
require "#{RAILS_ROOT}/lib/acts_as_permissible"
|
||
|
ActiveRecord::Base.send(:include, NoamBenAri::Acts::Permissible)
|
||
|
rescue MissingSourceFile => m
|
||
|
|
||
|
end
|