mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +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
|