Sha256: db67679b823ebe71e4695ad2f07ed71864e0ea3e9511d56ce9e481ef0c26fbe0
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
class <%= config[:namespace].capitalize %>::BaseController < ApplicationController # If you have setup Devise gem uncomment the following line # before_action :authenticate_<%= config[:namespace].singularize %>! layout '<%= config[:namespace].singularize %>' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
easy_cms-0.1.0 | lib/generators/easy_cms/namespace/templates/controllers/base_controller.erb |