Sha256: 9e4b47c16dcd430a2db3889fd9f95183e380c019d0958822889e5da20bda5417
Contents?: true
Size: 232 Bytes
Versions: 10
Compression:
Stored size: 232 Bytes
Contents
module Apidae class Engine < Rails::Engine isolate_namespace Apidae # Include all helpers from main app config.to_prepare do ApplicationController.helper(ActionView::Helpers::ApplicationHelper) end end end
Version data entries
10 entries across 10 versions & 1 rubygems