Class: Ecm::Core::HomeController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/ecm/core/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/ecm/core/home_controller.rb', line 5

def index
  render plain: 'Welcome!'
end