mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-23 15:44:09 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@513 a4c988fc-2ded-0310-b66e-134b36920a42
4 lines
239 B
Ruby
4 lines
239 B
Ruby
require 'simply_helpful'
|
|
ActionController::Base.send :include, SimplyHelpful::RecordIdentificationHelper
|
|
ActionController::Base.helper SimplyHelpful::RecordIdentificationHelper,
|
|
SimplyHelpful::RecordTagHelper
|