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
is it available to write helper module per theme? for example the directory structure will be like this:
themes
business_theme
assets
views
helpers
application_helper.rb
home_helper.rb
more
So the helpers which are inside theme would be isolated helper but still can access helper in app/helpers, if a method in app/helpers/application_helper.rb is already exist in themes/:name/helpers, it would use method in theme's helper.
What do you think? is it good or bad idea?
cheers,
yacobus
The text was updated successfully, but these errors were encountered:
is it available to write helper module per theme? for example the directory structure will be like this:
So the helpers which are inside theme would be isolated helper but still can access helper in app/helpers, if a method in app/helpers/application_helper.rb is already exist in themes/:name/helpers, it would use method in theme's helper.
What do you think? is it good or bad idea?
cheers,
yacobus
The text was updated successfully, but these errors were encountered: