module FFeature::Helper

Private Instance Methods

ffeature?(feature, user = current_user) click to toggle source
# File lib/ffeature/helper.rb, line 11
def ffeature?(feature, user = current_user)
  FFeature.enabled?(feature, user)
end