Sha256: 474e7d53a6fc6ba8bb4e9d77544cc872bd2beb11928b3f6cde9c74678bf8dfc5

Contents?: true

Size: 251 Bytes

Versions: 14

Compression:

Stored size: 251 Bytes

Contents

module GeoConcerns
  module ImageWorksControllerBehavior
    extend ActiveSupport::Concern

    included do
      self.show_presenter = GeoConcerns::ImageWorkShowPresenter
    end

    def form_class
      GeoConcerns::ImageWorkForm
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
geo_concerns-0.3.0 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.2.0 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.1.1 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.1.0 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.10 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.9 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.8 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.7 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.6 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.5 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.4 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.3 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.2 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb
geo_concerns-0.0.1 app/controllers/concerns/geo_concerns/image_works_controller_behavior.rb