Class: SimpleContentManagement::SimplePostsController

Inherits:
ApplicationController
  • Object
show all
Includes:
SimpleAdminPanel::ControllerExtensions
Defined in:
app/controllers/simple_content_management/simple_posts_controller.rb

Instance Method Summary collapse

Instance Method Details

#previewObject



4
5
6
7
# File 'app/controllers/simple_content_management/simple_posts_controller.rb', line 4

def preview
  @simple_post = SimpleBlog::SimplePost.find params[:id]
  render "preview", layout: request.xhr? ? false : "iframe"
end