Sha256: 120e9ca32aaa362973d11c27cd0511469a557fbfd92ebda7e2fffc18bdd9090a

Contents?: true

Size: 293 Bytes

Versions: 11

Compression:

Stored size: 293 Bytes

Contents

# encoding: utf-8
module TestServer
  class StaticController < ApplicationController

    def index
      add_breadcrumb I18n.t('views.root.link'), :root_path
      add_breadcrumb I18n.t('views.static.link'), :static_path
    end

    private

    def default_roles
     [] 
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
test_server-0.5.2 app/controllers/test_server/static_controller.rb
test_server-0.5.1 app/controllers/test_server/static_controller.rb
test_server-0.5.0 app/controllers/test_server/static_controller.rb
test_server-0.4.1 app/controllers/test_server/static_controller.rb
test_server-0.4.0 app/controllers/test_server/static_controller.rb
test_server-0.3.7 app/controllers/test_server/static_controller.rb
test_server-0.3.6 app/controllers/test_server/static_controller.rb
test_server-0.3.5 app/controllers/test_server/static_controller.rb
test_server-0.3.4 app/controllers/test_server/static_controller.rb
test_server-0.3.2 app/controllers/test_server/static_controller.rb
test_server-0.3.1 app/controllers/test_server/static_controller.rb