Module: ActsAsStarrable::Starrable
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/acts_as_starrable/starrable.rb
Defined Under Namespace
Modules: ClassMethods, LocalInstanceMethods
Instance Method Summary collapse
Instance Method Details
#starrable? ⇒ Boolean
4 5 6 |
# File 'lib/acts_as_starrable/starrable.rb', line 4 def starrable? false end |