-
Notifications
You must be signed in to change notification settings - Fork 0
ezhelpers
Andreas Dausenau edited this page Apr 26, 2022
·
3 revisions
This generator ejects the helpers from the engines core to your application. The helpers are used to render the content of the administration area.
rails generate ez_on_rails:ezhelpers
Do not use this generator unless it is necessary. Only use this if you understood the concepts about the Layout, the Partials and the Render Info.
Also note that you are able to implement own partials and helpers as explained in the previously mentioned concept ages. Hence if you do not want to fix a bug, you should not need to eject the helpers.
- The helpers are located in the app/helpers/ez_on_rails/ez_scaff directory
- The paginator is located in app/helpers/ez_on_rails/ez_paginator_renderer.rb