Sha256: e5700f46086126005cb9d91a7d811bb7322e5c4c68749ec1b531699ed24c67b1
Contents?: true
Size: 214 Bytes
Versions: 6
Compression:
Stored size: 214 Bytes
Contents
module LatoBlog # ApplicationController class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index redirect_to lato_blog.posts_path end end end
Version data entries
6 entries across 6 versions & 1 rubygems