Sha256: a37d356b4af7959cca7a00ebd52537947ea63cb4f521396822f9980d10577faf

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

module Georgia
  class LinksController < ApplicationController

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

  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

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