diff --git a/app/controllers/rails_performance/rails_performance_controller.rb b/app/controllers/rails_performance/rails_performance_controller.rb index f6e2383..04214ec 100755 --- a/app/controllers/rails_performance/rails_performance_controller.rb +++ b/app/controllers/rails_performance/rails_performance_controller.rb @@ -2,7 +2,6 @@ module RailsPerformance class RailsPerformanceController < RailsPerformance::BaseController - include RailsPerformance::ApplicationHelper protect_from_forgery except: :recent diff --git a/app/helpers/rails_performance/application_helper.rb b/app/helpers/rails_performance/rails_performance_helper.rb similarity index 95% rename from app/helpers/rails_performance/application_helper.rb rename to app/helpers/rails_performance/rails_performance_helper.rb index bec972f..46ce163 100755 --- a/app/helpers/rails_performance/application_helper.rb +++ b/app/helpers/rails_performance/rails_performance_helper.rb @@ -1,5 +1,5 @@ module RailsPerformance - module ApplicationHelper + module RailsPerformanceHelper def round_it(value, limit = 1) return nil unless value