Sha256: 7247bb16dad324c4fe61e6cfcd25cc0dd7a742c1399f23d9c5b4cd8268c497e7

Contents?: true

Size: 202 Bytes

Versions: 12

Compression:

Stored size: 202 Bytes

Contents

Dir[File.dirname(__FILE__) + '/render_plugin/**/*.rb'].each {|file| load file }

module SinatraMore
  module RenderPlugin
    def self.registered(app)
      app.helpers RenderHelpers
    end
  end  
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
sinatra_more-0.1.8 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.7 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.6 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.5 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.4 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.3 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.2 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.1 lib/sinatra_more/render_plugin.rb
sinatra_more-0.1.0 lib/sinatra_more/render_plugin.rb
sinatra_more-0.0.14 lib/sinatra_more/render_plugin.rb
sinatra_more-0.0.13 lib/sinatra_more/render_plugin.rb
sinatra_more-0.0.11 lib/sinatra_more/render_plugin.rb