Class: HolaController

Inherits:
ApplicationController
  • Object
show all
Defined in:
lib/hola/controllers/hola_controller.rb

Instance Method Summary collapse

Instance Method Details

#testObject



2
3
4
# File 'lib/hola/controllers/hola_controller.rb', line 2

def test
    puts 'This is the test'
end