You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys! I have a problem with my custom helper. I created a custom helper for my application following the Wiki were of github projects. However my custom helper can't access in my application.
I call my custom helper in initalizers/trestle Trestle.configure do |config| config.helper AdminHelper
Then i called the fuction helper, however it is not recognized
The text was updated successfully, but these errors were encountered:
Hello guys! I have a problem with my custom helper. I created a custom helper for my application following the Wiki were of github projects. However my custom helper can't access in my application.
I call my custom helper in
initalizers/trestle
Trestle.configure do |config| config.helper AdminHelper
Then i called the fuction helper, however it is not recognized
The text was updated successfully, but these errors were encountered: