Sha256: 0c4726f0e0b7044db98eb063fd5a36a2049d40c09dca4a5e9cbe7b8a11e547cb
Contents?: true
Size: 217 Bytes
Versions: 2
Compression:
Stored size: 217 Bytes
Contents
module LatoMedia # ApplicationController class ApplicationController < ActionController::Base protect_from_forgery with: :exception def index redirect_to lato_media.medias_path end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lato_media-2.1.2 | app/controllers/lato_media/application_controller.rb |
lato_media-2.1 | app/controllers/lato_media/application_controller.rb |