24cb5da194
* Make Fizzy Ask invisible but usable by staff * Remove unused span * Prevent non-staff users from creating or browsing messages * Extract staff-only into a mixin * Keep existing markup, use the utility class we already have --------- Co-authored-by: Jason Zimdars <jz@37signals.com>
4 lines
70 B
Ruby
4 lines
70 B
Ruby
class AdminController < ApplicationController
|
|
include StaffOnly
|
|
end
|