Module: Discerner::SearchesControllerCustomMethods
- Included in:
- SearchesController
- Defined in:
- lib/generators/discerner/install/templates/controllers/searches_controller.rb
Class Method Summary collapse
Instance Method Summary collapse
- #create ⇒ Object
- #destroy ⇒ Object
- #edit ⇒ Object
- #index ⇒ Object
- #new ⇒ Object
- #show ⇒ Object
- #update ⇒ Object
Class Method Details
.included(base) ⇒ Object
3 4 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 3 def self.included(base) end |
Instance Method Details
#create ⇒ Object
10 11 12 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 10 def create super end |
#destroy ⇒ Object
26 27 28 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 26 def destroy super end |
#edit ⇒ Object
14 15 16 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 14 def edit super end |
#index ⇒ Object
22 23 24 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 22 def index super end |
#new ⇒ Object
6 7 8 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 6 def new super end |
#show ⇒ Object
30 31 32 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 30 def show super end |
#update ⇒ Object
18 19 20 |
# File 'lib/generators/discerner/install/templates/controllers/searches_controller.rb', line 18 def update super end |