Sha256: b2b559d6a41b16bebee538346e49711a85353c78690f723f1253874056805527
Contents?: true
Size: 279 Bytes
Versions: 3
Compression:
Stored size: 279 Bytes
Contents
require_dependency "plan_b/application_controller" module PlanB class AngularController < ApplicationController before_filter :_authenticate! def index end private def _authenticate! instance_eval &PlanB::Config.authenticate_with end end end
Version data entries
3 entries across 3 versions & 1 rubygems