Skip to content

Commit

Permalink
Merge pull request #78 from desheikh/include_all_helpers-compat
Browse files Browse the repository at this point in the history
fix issue with include_all_helpers=false
  • Loading branch information
igorkasyanchuk committed May 6, 2024
2 parents f12e3f8 + 97185e3 commit 969b71e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

module RailsPerformance
class RailsPerformanceController < RailsPerformance::BaseController
include RailsPerformance::ApplicationHelper

protect_from_forgery except: :recent

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RailsPerformance
module ApplicationHelper
module RailsPerformanceHelper

def round_it(value, limit = 1)
return nil unless value
Expand Down

0 comments on commit 969b71e

Please sign in to comment.