Sha256: 56acec7c7ad8cd3557171a5e72d2814449885960321ac869454e85a04cc104aa

Contents?: true

Size: 208 Bytes

Versions: 6

Compression:

Stored size: 208 Bytes

Contents

module Sinatra
  module <%= app_name_fixed %>Helpers
    module HelperMethods
    end

    def self.registered(app)
      app.helpers(HelperMethods)
    end
  end

  register <%= app_name_fixed %>Helpers
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
darkhelmet-darkext-0.10.0 app_generators/templates/helpers.rb
darkhelmet-darkext-0.11.0 app_generators/templates/helpers.rb
darkhelmet-darkext-0.11.1 app_generators/templates/helpers.rb
darkhelmet-darkext-0.11.2 app_generators/templates/helpers.rb
darkhelmet-darkext-0.12.0 app_generators/templates/helpers.rb
darkext-0.12.0 app_generators/templates/helpers.rb