Sha256: cf72549d4b30e931ec01fe9a0c6c95d8eb20e01f2264d97c8dc133c5a719c893

Contents?: true

Size: 321 Bytes

Versions: 4

Compression:

Stored size: 321 Bytes

Contents

module GeoConcerns
  module ImageWorksControllerBehavior
    extend ActiveSupport::Concern

    included do
      self.show_presenter = GeoConcerns::ImageWorkShowPresenter
    end

    # For backwards compatibility with CurationConcerns =< 1.6.3
    def form_class
      CurationConcerns::ImageWorkForm
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geo_concerns-0.3.4 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.3.3 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.3.2 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.3.1 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb