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