mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-03 14:31:47 +01:00
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
|