Class: Merrol::ToolsController
Instance Method Summary
collapse
Methods inherited from Controller
#initialize, #method_missing, #name
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class Merrol::Controller
Instance Method Details
#complete ⇒ Object
3
4
5
|
# File 'lib/merrol/controllers/tools_controller.rb', line 3
def complete
end
|
#diff ⇒ Object
11
12
13
|
# File 'lib/merrol/controllers/tools_controller.rb', line 11
def diff
end
|
#error ⇒ Object
23
24
25
|
# File 'lib/merrol/controllers/tools_controller.rb', line 23
def error
end
|
#reload ⇒ Object
19
20
21
|
# File 'lib/merrol/controllers/tools_controller.rb', line 19
def reload
end
|
#snippets ⇒ Object
15
16
17
|
# File 'lib/merrol/controllers/tools_controller.rb', line 15
def snippets
end
|
#test ⇒ Object
7
8
9
|
# File 'lib/merrol/controllers/tools_controller.rb', line 7
def test
end
|