module Discerner::ParametersControllerCustomMethods

Public Class Methods

included(base) click to toggle source
# File lib/generators/discerner/install/templates/controllers/parameters_controller.rb, line 3
def self.included(base)
end

Public Instance Methods

show() click to toggle source
Calls superclass method
# File lib/generators/discerner/install/templates/controllers/parameters_controller.rb, line 6
def show
  super
end