Sha256: e994523ca9d28bd118cb5041a3498ce7e031d0502e52f538e3575ce2d92ef255

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

module Nesta
  module Plugin
    module <%= module_name %>
      module Helpers
        # If your plugin needs any helper methods, add them here...
      end
    end
  end

  class App
    helpers Nesta::Plugin::<%= module_name %>::Helpers
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
nesta-0.18.0 templates/plugins/lib/init.rb
nesta-0.17.0 templates/plugins/lib/init.rb
nesta-0.16.0 templates/plugins/lib/init.rb
nesta-0.15.0 templates/plugins/lib/init.rb
nesta-0.14.0 templates/plugins/lib/init.rb
nesta-0.13.0 templates/plugins/lib/init.rb
nesta-0.12.0 templates/plugins/lib/init.rb
nesta-0.11.1 templates/plugins/lib/init.rb
nesta-0.11.0 templates/plugins/lib/init.rb