class Question

Private Instance Methods

reorder_studios() click to toggle source
# File lib/od/surveys/generators/templates/models/question.rb, line 13
def reorder_studios
    self.insert_at(self.position) if self.position_changed?
end