Class: Merrol::ToolsController

Inherits:
Controller show all
Defined in:
lib/merrol/controllers/tools_controller.rb

Instance Method Summary collapse

Methods inherited from Controller

#initialize, #method_missing, #name

Constructor Details

This class inherits a constructor from Merrol::Controller

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Merrol::Controller

Instance Method Details

#completeObject



3
4
5
# File 'lib/merrol/controllers/tools_controller.rb', line 3

def complete

end

#diffObject



11
12
13
# File 'lib/merrol/controllers/tools_controller.rb', line 11

def diff

end

#errorObject



23
24
25
# File 'lib/merrol/controllers/tools_controller.rb', line 23

def error

end

#reloadObject



19
20
21
# File 'lib/merrol/controllers/tools_controller.rb', line 19

def reload

end

#snippetsObject



15
16
17
# File 'lib/merrol/controllers/tools_controller.rb', line 15

def snippets

end

#testObject



7
8
9
# File 'lib/merrol/controllers/tools_controller.rb', line 7

def test

end