Sha256: c4a05aa691f72a51ce73c0c1cac64103e416c31e3197c5584b382348b2f2cee1
Contents?: true
Size: 178 Bytes
Versions: 1
Compression:
Stored size: 178 Bytes
Contents
class AdminController < ApplicationController require_role 'admin' def index @links = %w(users custom_templates translations) # sources removed as non-working end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.4.2 | generators/talia_admin/templates/controllers/admin_controller.rb |