Sha256: 71ce012736a70611c9513f8f64a1cfa4b6a3db2f239bd499e89b0814555c8b99

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

module Nesta
  module Plugin
    module Test
      module Helpers
        helpers do
          # If your plugin needs any helper methods, add them here...
        end
      end
    end
  end

  class App
    helpers Nesta::Plugin::Test::Helpers
  end

  class Page
    def self.method_added_by_plugin
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nesta-0.9.13 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.9.11 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.9.10 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb