:
jquery.raty.js
jquery.raty.js jquery.raty.js.erb asset_path, :
cancelOff : 'cancel-off.png'
cancelOff : '<%= asset_path('cancel-off.png') %>'
raty_helper.rb
rating_for raty , , , , .
, :
star_path = options[:star_path] || ''
star_on = options[:star_on] || image_path('star-on.png')
star_off = options[:star_off] || image_path('star-off.png')
star_half = options[:star_half] || image_path('star-half.png')
cancel_on = options[:cancel_on] || image_path('cancel-on.png')
cancel_off = options[:cancel_off] || image_path('cancel-off.png')
/ , , :
star_on = options[:star_on] || image_path('/star-on.png')
, , , , , .