Sha256: d38b5b92f41e0885d99c0375d20c955a77e3b6a0d733046ce454af841f1e5b9e
Contents?: true
Size: 258 Bytes
Versions: 3
Compression:
Stored size: 258 Bytes
Contents
module Georgia class SlidesController < ApplicationController # Renders new portlet for revisions#edit def new @slide = Slide.new() @content = @slide.contents.build(locale: current_locale) render layout: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
georgia-0.8.0 | app/controllers/georgia/slides_controller.rb |
georgia-0.7.8 | app/controllers/georgia/slides_controller.rb |
georgia-0.7.7 | app/controllers/georgia/slides_controller.rb |