Class: Siblings::InstructionsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/siblings/instructions_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/siblings/instructions_controller.rb', line 2

def index
  @siblings_instructions = Sibling::Instruction.order("created_at DESC")
end