Method: DailyTablesController#new

Defined in:
app/controllers/daily_tables_controller.rb

#newObject



4
5
6
7
# File 'app/controllers/daily_tables_controller.rb', line 4

def new
  build_resource.metric = "SqlQuery"
  new!
end