Sha256: 439442f00febb3ada6c577733215ea25c626cf6f7879a3b6575b100b675e5992
Contents?: true
Size: 360 Bytes
Versions: 2
Compression:
Stored size: 360 Bytes
Contents
require 'acts_as_starable/version' module ActsAsStarable autoload :Starer, 'acts_as_starable/starer' autoload :Starable, 'acts_as_starable/starable' autoload :StarerLib, 'acts_as_starable/starer_lib' autoload :StarScopes, 'acts_as_starable/star_scopes' require 'acts_as_starable/railtie' if defined?(Rails) && Rails::VERSION::MAJOR >= 4 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
acts_as_starable-0.1.1 | lib/acts_as_starable.rb |
acts_as_starable-0.1.0 | lib/acts_as_starable.rb |