Sha256: 603aec6c77a502f039890043f9e50412153586c4a04a70eefaef710f3f038806

Contents?: true

Size: 286 Bytes

Versions: 10

Compression:

Stored size: 286 Bytes

Contents

module Nesta
  module Plugin
    module Test
      module Helpers
        # If your plugin needs any helper methods, add them here...
      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

10 entries across 10 versions & 1 rubygems

Version Path
nesta-0.18.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.17.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.16.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.15.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.14.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.13.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.12.0 test/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.11.1 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.11.0 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb
nesta-0.10.0 spec/fixtures/nesta-plugin-test/lib/nesta-plugin-test/init.rb