Class: PresentationQuestion

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/presentation_question.rb

Class Method Summary collapse

Class Method Details

.existing_questionsObject



3
4
5
# File 'app/models/presentation_question.rb', line 3

def self.existing_questions
  where(:deleted => false)
end