class Locomotive::Wagon::ContentEntryWithLocalizedAttributesDecorator
Public Instance Methods
__attributes__()
click to toggle source
# File lib/locomotive/wagon/decorators/content_entry_decorator.rb, line 82 def __attributes__ %i(_slug) + fields.localized_names(include_select_field_id: false) end