Method: DailyTablesController#create

Defined in:
app/controllers/daily_tables_controller.rb

#createObject



9
10
11
12
# File 'app/controllers/daily_tables_controller.rb', line 9

def create
  build_resource.user = current_user
  create!
end