Sha256: 5d7981777df47fb598a6c2dd12894fa6d796290fcf309d4f535e821b11c7f1cd

Contents?: true

Size: 237 Bytes

Versions: 2

Compression:

Stored size: 237 Bytes

Contents

module Kblog
	class ApplicationController < ::ApplicationController 
	#ActionController::Base

		#def current_user
  	#		@current_user ||= User.find(session[:user_id]) if session[:user_id]
	#	end
	#	helper_method :current_user
 	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kblog-0.0.4 app/controllers/kblog/application_controller.rb
kblog-0.0.3 app/controllers/kblog/application_controller.rb