mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-10 09:24:22 +01:00
Arg. Branching never seems to "just work". Going to delete and recopy. Here's the delete step.
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@500 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
parent
20de5ac1a9
commit
c34d9faa38
3433 changed files with 0 additions and 399153 deletions
|
|
@ -1,21 +0,0 @@
|
|||
require 'actionview_helpers_patches'
|
||||
require 'prototype_helper_patches'
|
||||
require 'scriptaculous_helper_patches'
|
||||
require 'asset_tag_helper_patches'
|
||||
require 'tag_helper_patches'
|
||||
require 'behaviour_caching'
|
||||
require 'ujs'
|
||||
|
||||
# make plugin controllers and views available to app
|
||||
config.load_paths += %W(#{UJS::PLUGIN_CONTROLLER_PATH})
|
||||
Rails::Initializer.run(:set_load_path, config)
|
||||
|
||||
# add methods to action controller base
|
||||
ActionController::Base.send(:include, UJS::ControllerMethods)
|
||||
|
||||
# load in the helpers and caching code
|
||||
ActionController::Base.send(:helper, UJS::Helpers)
|
||||
ActionController::Base.send(:include, UJS::BehaviourCaching)
|
||||
|
||||
# require the controller
|
||||
require 'unobtrusive_javascript_controller'
|
||||
Loading…
Add table
Add a link
Reference in a new issue