6 lines
67 B
Ruby
6 lines
67 B
Ruby
|
|
class Morale < ApplicationRecord
|
||
|
|
def type
|
||
|
|
"morale"
|
||
|
|
end
|
||
|
|
end
|