Displaying 1 result from an estimated 1 matches for "throcking".
2006 Feb 09
4
Login_Engine: trouble configuring
...ire ''login_engine''
class ApplicationController < ActionController::Base
include LoginEngine
helper :user
model :user
before_filter :login_required
end
###################################
In environment.rb;
module LoginEngine
config :salt, "throcking-cottered"
config :use_email_notification, false
end
Engines.start :login
########################################
In Vendor\plugins I have
engines
login_engine
In Vendor\plugins\login_engine I have
app
db
lib
public
tasks
test
init_engine.rb
README
###############################...