Slide 34
Slide 34 text
ར༻ྫ
$POUSPMMFS7JFXͰ͍͍͢Α͏ϥοϓ
CFGPSF@BDUJPOͳͲͰ0/0''֬ೝͯ͠ʹ͢ΔͳͲ
module DarkLaunch
extend ActiveSupport::Concern
included do
helper_method :authorized_feature?
end
private
def authorized_feature?(sym)
Flipper[sym].enabled? current_user
end
end