Class: Databasium::HomepageController

Inherits:
ApplicationController show all
Defined in:
app/controllers/databasium/homepage_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/databasium/homepage_controller.rb', line 2

def index
  render Views::Databasium::Homepage::Index.new
end