GITLAB
kubaninc
/ surveyable.git
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
06c834a61b731af1beca42e97dedcc6f0f4c1a1f
Authored by
Tao Huang
2020-02-18 22:49:34 +0800
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
Side-by-side Diff
Inline Diff
lib/surveyable/question.rb
Wrap text
Diff comments
View file @
06c834a
1
1
module Surveyable
2
2
class Question < ActiveRecord::Base
3
- include
RankedModel
3
+ include
::
RankedModel
4
4
ranks :position
5
5
6
6
belongs_to :survey, polymorphic: true
...
...