public
Fork of caffo/colorplan
Description: Managing projects using colors.
Homepage: http://colorplanit.com/
Clone URL: git://github.com/tiefox/colorplan.git
Completely removed legacy user system
caffo (author)
Wed Mar 19 20:31:35 -0700 2008
commit  b6d9817c48f302500a61731755197daefc5e31b6
tree    376858a096925861720f654802e1257b58891585
parent  4cd2696f07a6d651b4534ddcb40b37ffbbe45606
...
1
2
3
4
...
1
 
2
3
0
@@ -1,3 +1,2 @@
0
 class ApplicationController < ActionController::Base
0
- include AuthenticatedSystem
0
 end
0
\ No newline at end of file
...
1
2
3
4
5
...
1
 
2
3
4
0
@@ -1,5 +1,4 @@
0
 class MainController < ApplicationController
0
- before_filter :login_required
0
 
0
 def index
0
   if params[:project]

Comments

    No one has commented yet.