Skip to content

Instantly share code, notes, and snippets.

@bleonard
Created December 24, 2016 17:20
Show Gist options
  • Save bleonard/158a19489a7c14f39d2fe327debc658e to your computer and use it in GitHub Desktop.
Save bleonard/158a19489a7c14f39d2fe327debc658e to your computer and use it in GitHub Desktop.
class Task < ActiveRecord::Base
ajaxful_rateable :stars => 5, :dimensions => [:poster, :tasker]
end
class User < ActiveRecord::Base
ajaxful_rater
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment