Class: Gmaps::MainController

Inherits:
Volt::ModelController
  • Object
show all
Defined in:
app/gmaps/controllers/main_controller.rb

Instance Method Summary collapse

Instance Method Details

#aboutObject



7
8
9
# File 'app/gmaps/controllers/main_controller.rb', line 7

def about
  # Add code for when the about view is loaded
end

#indexObject



3
4
5
# File 'app/gmaps/controllers/main_controller.rb', line 3

def index
  # Add code for when the index view is loaded
end