Sha256: 10a901903582c0f5379ba53f25aab43a3d0cc14585a1aa9213bb7d4aa27bb249

Contents?: true

Size: 402 Bytes

Versions: 54

Compression:

Stored size: 402 Bytes

Contents

module Locomotive
  module Steam

    class EditableElementRepository

      include Models::Repository

      attr_accessor :page

      # Entity mapping
      mapping :editable_elements, entity: EditableElement do
        localized_attributes :content, :source, :default_content, :default_source_url

        default_attribute :page, -> (repository) { repository.page }
      end

    end

  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.8.0.alpha1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.7.1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.7.0 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.6.1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.6.0 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.6.0.rc1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.6.0.beta1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.3 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.2 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0.rc1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0.rc0 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0.beta3 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0.beta2 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.5.0.beta1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.4.1 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.4.0 lib/locomotive/steam/repositories/editable_element_repository.rb
locomotivecms_steam-1.4.0.rc2 lib/locomotive/steam/repositories/editable_element_repository.rb