Sha256: 0ee20407ae8abf163ff35b3c9b302ec6813ecc917ca2813e2af9d050b33964ce

Contents?: true

Size: 149 Bytes

Versions: 5

Compression:

Stored size: 149 Bytes

Contents

module Blacksand
  class Dashboard::TemplatesController < Dashboard::BaseController

    def index
      @templates = Template.all
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacksand-2.5.0 app/controllers/blacksand/dashboard/templates_controller.rb
blacksand-2.4.1 app/controllers/blacksand/dashboard/templates_controller.rb
blacksand-2.4.0 app/controllers/blacksand/dashboard/templates_controller.rb
blacksand-2.3.0 app/controllers/blacksand/dashboard/templates_controller.rb
blacksand-2.2.2.1 app/controllers/blacksand/dashboard/templates_controller.rb