class ParamsReady::Builder
Public Instance Methods
helper(name, &block)
click to toggle source
# File lib/params_ready/builder.rb, line 130 def helper(name, &block) @definition.add_helper [name, block] end
# File lib/params_ready/builder.rb, line 130 def helper(name, &block) @definition.add_helper [name, block] end