Class: Tenon::IndexController

Inherits:
BaseController show all
Defined in:
app/controllers/tenon/index_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
6
# File 'app/controllers/tenon/index_controller.rb', line 3

def index
  @warnings = Tenon::WarningGenerator.generate
  @tenon_callouts = Tenon::TenonCallout.published
end