4 lines
69 B
Ruby
4 lines
69 B
Ruby
|
|
class Principle < ApplicationRecord
|
||
|
|
translates_attribute :name
|
||
|
|
end
|