Class: Dashboard::TemplatesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/blacksand/dashboard/templates_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/blacksand/dashboard/templates_controller.rb', line 4

def index
  @templates = Template.all
end