photomix/vendor/plugins/acts_as_permissible/init.rb

7 lines
189 B
Ruby
Raw Normal View History

2011-04-11 12:07:31 +02:00
# Include hook code here
begin
require "#{Rails.root.to_s}/lib/acts_as_permissible"
ActiveRecord::Base.send(:include, NoamBenAri::Acts::Permissible)
rescue MissingSourceFile => m
end