Sha256: 8bd66279bcf0ad5bae87c951ac54eab1735b8ed6662c69614c737e0439bc7047
Contents?: true
Size: 155 Bytes
Versions: 11
Compression:
Stored size: 155 Bytes
Contents
class Siblings::DeploysController < Siblings::ApplicationController def index @siblings_deploys = Sibling::Deploy.order("created_at DESC") end end
Version data entries
11 entries across 11 versions & 1 rubygems