Sha256: 9c124f04fca769c25f0a80e1b52d91ef003ac7a4288ae91c7fc5439d64fd8918

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

module GeoConcerns
  module RasterWorksControllerBehavior
    extend ActiveSupport::Concern

    included do
      self.show_presenter = GeoConcerns::RasterWorkShowPresenter
    end

    # For backwards compatibility with CurationConcerns =< 1.6.3
    def form_class
      CurationConcerns::RasterWorkForm
    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/raster_works_controller_behavior.rb
geo_concerns-0.3.3 app/controllers/concerns/geo_concerns/raster_works_controller_behavior.rb
geo_concerns-0.3.2 app/controllers/concerns/geo_concerns/raster_works_controller_behavior.rb
geo_concerns-0.3.1 app/controllers/concerns/geo_concerns/raster_works_controller_behavior.rb