class Deployinator::Views::Index

Public Instance Methods

get_other_stack_list() click to toggle source

Public: Gets an array of stacks for use in templating the index page.

Retuns an array of non-pinned stacks!

# File lib/deployinator/views/index.rb, line 10
def get_other_stack_list
  Deployinator.get_stacks
end