Module: ActsAsStarrable::StarrableHelper

Defined in:
lib/acts_as_starrable/starrable_helper.rb

Instance Method Summary collapse

Instance Method Details

#stars(starrable) ⇒ Object



4
5
6
7
8
# File 'lib/acts_as_starrable/starrable_helper.rb', line 4

def stars(starrable)
  render :partial => 'starrable/stars', :locals => {
    :starrable => starrable
  }
end