4 lines
86 B
Ruby
4 lines
86 B
Ruby
|
class CerfaSerializer < ActiveModel::Serializer
|
||
|
|
||
|
attributes :content_url => :url
|
||
|
end
|