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