Method: DailyTablesController#show
- Defined in:
- app/controllers/daily_tables_controller.rb
#show ⇒ Object
18 19 20 21 22 |
# File 'app/controllers/daily_tables_controller.rb', line 18 def show show! do @test_html = @daily_table.test if params[:test] end end |