Class: LatoBlog::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/lato_blog/application_controller.rb

Overview

ApplicationController

Instance Method Summary collapse

Instance Method Details

#indexObject



8
9
10
# File 'app/controllers/lato_blog/application_controller.rb', line 8

def index
  redirect_to lato_blog.posts_path
end