Class: Georgia::UiAssociationsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/georgia/ui_associations_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#current_ability, #current_locale

Instance Method Details

#newObject

Renders new portlet for revisions#edit



5
6
7
8
9
# File 'app/controllers/georgia/ui_associations_controller.rb', line 5

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