Rails 3 routes
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
require 'yaml'
|
||||
require 'authentication.rb'
|
||||
|
||||
class ApplicationController < ActionController::Base
|
||||
helper :all
|
||||
protect_from_forgery
|
||||
filter_parameter_logging :password
|
||||
|
||||
include AuthenticationSystem
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
%script{:type => 'text/javascript'}
|
||||
== BASE_PATH = "#{App.base_path}";
|
||||
= javascript_include_merged :base
|
||||
/= javascript_include_merged :base
|
||||
|
||||
%body{'onload' => 'javascript: startup()'}
|
||||
#wrapper
|
||||
|
||||
Reference in New Issue
Block a user