Skip to content

Instantly share code, notes, and snippets.

@dbarison
Created March 17, 2015 12:52
Show Gist options
  • Save dbarison/fec63ba2a06f2c6c4c77 to your computer and use it in GitHub Desktop.
Save dbarison/fec63ba2a06f2c6c4c77 to your computer and use it in GitHub Desktop.
class Product < ActiveRecord::Base
include HasTranslationOrder
has_translation_order :fields => [:name, :excerpt, :description, :seo_title, :seo_desc], :associations => [:content, :variant, :property], :comment_method => :job_comment
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment