class RailsBestPractices::Prepares::HelperPrepare
Remember helper methods.
Public Class Methods
new()
click to toggle source
# File lib/rails_best_practices/prepares/helper_prepare.rb, line 13 def initialize @helpers = Prepares.helpers @methods = Prepares.helper_methods end