photomix/vendor/plugins/acts_as_permissible/init.rb

7 lines
189 B
Ruby
Raw Normal View History

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