module TemplateParamsRails::ViewHelpers
Public Instance Methods
template_param(*args, &block)
click to toggle source
# File lib/template_params_rails/view_helpers.rb, line 5 def template_param(*args, &block) ::TemplateParams::Assertion.assert(*args, &block) end