Commit 06c834a61b731af1beca42e97dedcc6f0f4c1a1f

Authored by Tao Huang
1 parent fe3aa2f3
Exists in master

fix: namespace issue

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/surveyable/question.rb
1 module Surveyable 1 module Surveyable
2 class Question < ActiveRecord::Base 2 class Question < ActiveRecord::Base
3 - include RankedModel 3 + include ::RankedModel
4 ranks :position 4 ranks :position
5 5
6 belongs_to :survey, polymorphic: true 6 belongs_to :survey, polymorphic: true