Sha256: 2fe4892d6df8fd909a5562400b44cc3eb33e433ddfabfdfccdc9b92d4af7ec05

Contents?: true

Size: 311 Bytes

Versions: 2

Compression:

Stored size: 311 Bytes

Contents

module BarkestCore

  ##
  # A namespaced controller just for testing the submenu.
  class TestsubController < ApplicationController

    def page1

    end

    def page2
      flash.now[:success] = 'The subheader should be above this message.'
    end

    def page3

    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
barkest_core-1.5.4.0 app/controllers/barkest_core/testsub_controller.rb
barkest_core-1.5.3.0 app/controllers/barkest_core/testsub_controller.rb