Sha256: 3da1755675bf89c02c373cc51c7989dd713266a377cb2a65a792cdb964a8fbfe

Contents?: true

Size: 217 Bytes

Versions: 10

Compression:

Stored size: 217 Bytes

Contents

module RailsStuff
  module Helpers
    # Collection of all helper modules.
    module All
      include Translation
      include Links
      include Bootstrap
      include Text
      include Forms
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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