Sha256: 4fd28dd55d25074f3da1629f73388bf8ad98209a491fcc303f28f0aebe74b221

Contents?: true

Size: 319 Bytes

Versions: 9

Compression:

Stored size: 319 Bytes

Contents

module Georgia
  class UiAssociationsController < ApplicationController

    # Renders new portlet for revisions#edit
    def new
      @ui_association = UiAssociation.new(widget_id: params[:widget_id], page_id: params[:revision_id], ui_section_id: params[:ui_section_id])
      render layout: false
    end

  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
georgia-0.7.8 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.7 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.6 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.5 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.4 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.3 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.2 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.1 app/controllers/georgia/ui_associations_controller.rb
georgia-0.7.0 app/controllers/georgia/ui_associations_controller.rb