module TemplateParams::Rails::ViewHelpers

Public Instance Methods

template_param(*args, &block) click to toggle source
# File lib/template_params/rails/view_helpers.rb, line 6
def template_param(*args, &block)
  ::TemplateParams::Assertion.assert(*args, &block)
end