Sha256: f9698743311137dae8a1e207cd774d57fbdfa33e2d6965306e3accb7bf911a9f

Contents?: true

Size: 189 Bytes

Versions: 11

Compression:

Stored size: 189 Bytes

Contents

module Locomotive
  class EditableShortTextPresenter < EditableElementPresenter

    delegate :content, :to => :source

    def included_methods
      super + %w(content)
    end

  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc11 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc10 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc9 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc8 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc7 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc6 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc5 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc4 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc2 app/presenters/locomotive/editable_short_text_presenter.rb
locomotive_cms-2.0.0.rc1 app/presenters/locomotive/editable_short_text_presenter.rb