Sha256: ae3272f664971686ca42c2b2714274e8717daf0b9aebb25f765feac563214875
Contents?: true
Size: 170 Bytes
Versions: 11
Compression:
Stored size: 170 Bytes
Contents
class Siblings::InstructionsController < Siblings::ApplicationController def index @siblings_instructions = Sibling::Instruction.order("created_at DESC") end end
Version data entries
11 entries across 11 versions & 1 rubygems