Sha256: 03cfd5e508867a254009dcd9bfc46e2b2240485c33e6f8b64584b1c86eb1e557

Contents?: true

Size: 272 Bytes

Versions: 1

Compression:

Stored size: 272 Bytes

Contents

module Georgia
  class LinksController < ApplicationController

    # Renders new portlet for menus#edit
    def create
      @link = Link.create
      authorize @link
      @link.contents.build(locale: current_locale)
      render :show, layout: false
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

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