Sha256: f4d8ccd32e33b14d3f3981db2ce54b03d4bcedcf761a724e6a0636cc8b34e453
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
module Crowdblog class ApplicationController < ActionController::Base include Crowdblog::Devise::Auth before_filter :authenticate! end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crowdblog-0.0.2 | app/controllers/crowdblog/application_controller.rb |