Sha256: d45082c1832dc8c5b6e4e1503e30e5555805af0324ecb8dbe9fc60f0944026bd
Contents?: true
Size: 292 Bytes
Versions: 13
Compression:
Stored size: 292 Bytes
Contents
require_dependency "think_feel_do_dashboard/application_controller" module ThinkFeelDoDashboard # Allows the admin to navigate from page to page class AdminController < ApplicationController # GET /think_feel_do_dashboard def index authorize! :index, Arm end end end
Version data entries
13 entries across 13 versions & 1 rubygems