Sha256: d470574ae2830e21bdc80cfa6a97ab6f1edfc33d84594a471d9ac4e810dd045e
Contents?: true
Size: 201 Bytes
Versions: 4
Compression:
Stored size: 201 Bytes
Contents
class PagesController < ApplicationController before_action :authenticate_user!, only: [ :inside ] def home end def inside end BRICK_POSTS_CONTROLLER BRICK_CONTACT_CONTROLLER end
Version data entries
4 entries across 4 versions & 3 rubygems