Sha256: 76d179a122dc6c629c89aa2d9d0ecc32a69ffb77ab551c6b16dcdacd7d349555
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
module Deployinator::Views class Index < Layout self.template_file = "#{File.dirname(__FILE__)}/../templates/index.mustache" # Public: Gets an array of stacks for use in templating the # index page. # # Retuns an array of non-pinned stacks! def get_other_stack_list Deployinator.get_stacks end end end
Version data entries
4 entries across 4 versions & 1 rubygems