Sha256: 4a5a583d93db7403a40209dce12f7a53dcd0005207a6d5b00a15d2afbede1dd2
Contents?: true
Size: 142 Bytes
Versions: 6
Compression:
Stored size: 142 Bytes
Contents
module Theblog class AdminController < ApplicationController before_action :authenticate_account! layout "theblog/admin" end end
Version data entries
6 entries across 6 versions & 1 rubygems