Sha256: b84ba6f1d65f683bae50e642a1a03a4060df194b6994561a379312fe0ee05367

Contents?: true

Size: 247 Bytes

Versions: 7

Compression:

Stored size: 247 Bytes

Contents

module Georgia
  class SlidesController < ApplicationController

    # Renders new portlet for revisions#edit
    def new
      @slide = Slide.new()
      @slide.contents.build(locale: current_locale)
      render layout: false
    end

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

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