Class: IwygBe::FailuresController

Inherits:
ApplicationController show all
Defined in:
app/controllers/iwyg_be/failures_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
# File 'app/controllers/iwyg_be/failures_controller.rb', line 5

def index
  @failures = Failure.all
end