Sha256: bddcd1963f8d5e386b57f1a2a4397893abb961680a962d024b886777379364c9
Contents?: true
Size: 197 Bytes
Versions: 25
Compression:
Stored size: 197 Bytes
Contents
module Fuel module Admin class AdminController < ::FuelController http_basic_authenticate_with name: Fuel.configuration.username, password: Fuel.configuration.password end end end
Version data entries
25 entries across 25 versions & 1 rubygems