Skip to content

Instantly share code, notes, and snippets.

@yoon
Created August 27, 2014 17:31
Show Gist options
  • Save yoon/b2dd3551dfc57d513968 to your computer and use it in GitHub Desktop.
Save yoon/b2dd3551dfc57d513968 to your computer and use it in GitHub Desktop.
custom surveyor survey model for disabling translations
module SurveyCustomMethods
def translation(locale_symbol)
{:title => self.title, :description => self.description}
end
end
class Survey < ActiveRecord::Base
include Surveyor::Models::SurveyMethods
include SurveyCustomMethods
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment