Sha256: d70bc4f03ddfe9b7b4ec86dbd51a3bfd47f277eb4f733209d7dcfdc7b780e410

Contents?: true

Size: 236 Bytes

Versions: 10

Compression:

Stored size: 236 Bytes

Contents

module RailsStuff
  module Helpers
    extend ActiveSupport::Autoload

    autoload :Bootstrap
    autoload :Forms
    autoload :Links
    autoload :ResourceForm
    autoload :Text
    autoload :Translation

    autoload :All
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
rails_stuff-0.6.0 lib/rails_stuff/helpers.rb
rails_stuff-0.6.0.rc3 lib/rails_stuff/helpers.rb
rails_stuff-0.6.0.rc2 lib/rails_stuff/helpers.rb
rails_stuff-0.6.0.rc1 lib/rails_stuff/helpers.rb
rails_stuff-0.5.1 lib/rails_stuff/helpers.rb
rails_stuff-0.5.0 lib/rails_stuff/helpers.rb
rails_stuff-0.4.0 lib/rails_stuff/helpers.rb
rails_stuff-0.3.0 lib/rails_stuff/helpers.rb
rails_stuff-0.2.0 lib/rails_stuff/helpers.rb
rails_stuff-0.1.0 lib/rails_stuff/helpers.rb