module Breezy::Controller

Public Class Methods

included(base) click to toggle source
# File lib/breezy.rb, line 9
def self.included(base)
  if base.respond_to?(:helper_method)
    base.helper_method :param_to_search_path
    base.helper_method :props_from_form_with
    base.helper_method :search_path_to_camelized_param
  end
end