Sha256: 9efd5440a305301793222ba5169e936c3b0f9d5a2c2c078eae9207bae4e60b15

Contents?: true

Size: 351 Bytes

Versions: 1

Compression:

Stored size: 351 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])
      authorize @ui_association
      render layout: false
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/controllers/georgia/ui_associations_controller.rb