class MemModel::ModelName
Public Instance Methods
human()
click to toggle source
# File lib/mem_model/model_name.rb, line 3 def human; self; end
plural()
click to toggle source
# File lib/mem_model/model_name.rb, line 5 def plural; self; end
singular()
click to toggle source
# File lib/mem_model/model_name.rb, line 4 def singular; self; end