Skip to content

Commit

Permalink
Compatibility with rails 5.0.0.beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrachev committed Feb 4, 2016
1 parent 00b06b5 commit bb96e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/peek/controller_helpers.rb
Expand Up @@ -4,7 +4,7 @@ module ControllerHelpers

included do
prepend_before_action :set_peek_request_id, :if => :peek_enabled?
helper_method :peek_enabled?
helper_method :peek_enabled? if respond_to? :helper_method
end

protected
Expand Down

0 comments on commit bb96e9b

Please sign in to comment.