Sha256: ebddf5161bae33c06011b194c9e17486ec423786a4ec46b933774db42290fd25

Contents?: true

Size: 232 Bytes

Versions: 70

Compression:

Stored size: 232 Bytes

Contents

set :layout, false

module ExtensionA
  class << self
    def registered(app, options={})
      app.set :a_options, options
    end
    alias :included :registered
  end
end

activate ExtensionA, :hello => "world", :hola => "mundo"

Version data entries

70 entries across 70 versions & 3 rubygems

Version Path
middleman-core-3.4.1 fixtures/feature-params-app/config.rb
middleman-core-3.4.0 fixtures/feature-params-app/config.rb
middleman-core-3.3.12 fixtures/feature-params-app/config.rb
middleman-core-3.3.11 fixtures/feature-params-app/config.rb
middleman-core-3.3.10 fixtures/feature-params-app/config.rb
middleman-core-3.3.9 fixtures/feature-params-app/config.rb
middleman-core-3.3.8 fixtures/feature-params-app/config.rb
middleman-core-3.3.7 fixtures/feature-params-app/config.rb
middleman-core-3.3.6 fixtures/feature-params-app/config.rb
middleman-core-3.3.5 fixtures/feature-params-app/config.rb
middleman-core-cj-3.3.6 fixtures/feature-params-app/config.rb
middleman-core-cj-3.3.5 fixtures/feature-params-app/config.rb
middleman-core-cj-3.3.4 fixtures/feature-params-app/config.rb
middleman-core-3.3.4 fixtures/feature-params-app/config.rb
middleman-core-3.3.3 fixtures/feature-params-app/config.rb
middleman-core-3.3.2 fixtures/feature-params-app/config.rb
middleman-core-3.3.1 fixtures/feature-params-app/config.rb
middleman-core-3.3.0 fixtures/feature-params-app/config.rb
middleman-core-3.2.2 fixtures/feature-params-app/config.rb
middleman-core-3.2.1 fixtures/feature-params-app/config.rb