lib/authoreyes.rb in authoreyes-0.2.0 vs lib/authoreyes.rb in authoreyes-0.2.1

- old
+ new

@@ -9,9 +9,9 @@ # Require helpers after Rails initialization config.after_initialize do require 'authoreyes/helpers/in_controller' # Include Controller helpers - ActionController::Base.include Authoreyes::Helpers::InController + ActionController::Metal.include Authoreyes::Helpers::InController end end end