Class: BcmsGarmentDistrict::PreviewsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/bcms_garment_district/previews_controller.rb

Instance Method Summary collapse

Instance Method Details

#createObject



8
9
10
# File 'app/controllers/bcms_garment_district/previews_controller.rb', line 8

def create
  @markdown = MarkdownBlock.new params[:markdown_block]
end