Class: Matcha::SpecsController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Matcha::SpecsController
- Defined in:
- app/controllers/matcha/specs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
13 14 15 |
# File 'app/controllers/matcha/specs_controller.rb', line 13 def index @specs = Matcha::Spec.all end |
#set_interface ⇒ Object
5 6 7 |
# File 'app/controllers/matcha/specs_controller.rb', line 5 def set_interface @interface = Matcha.interface end |