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

Version Path
etsy-deployinator-1.1.1 lib/deployinator/views/index.rb
etsy-deployinator-1.1.0 lib/deployinator/views/index.rb
etsy-deployinator-1.0.2 lib/deployinator/views/index.rb
etsy-deployinator-1.0.1 lib/deployinator/views/index.rb