Sha256: ff4b46b63fa13fd27a3a35fe1a0228a649ccd1b1a37e71a30be01fab8157a911

Contents?: true

Size: 122 Bytes

Versions: 6

Compression:

Stored size: 122 Bytes

Contents

module ControllerHelpers
  extend ActiveSupport::Concern
 
  included do
    routes { GreenFlag::Engine.routes }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
green_flag-0.4.0 spec/support/controller_helpers.rb
green_flag-0.3.0 spec/support/controller_helpers.rb
green_flag-0.2.0 spec/support/controller_helpers.rb
green_flag-0.1.2 spec/support/controller_helpers.rb
green_flag-0.1.1 spec/support/controller_helpers.rb
green_flag-0.1.0 spec/support/controller_helpers.rb