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
include the module in the helpers:
module ApplicationHelper
include Htmlful::DynamicFields
...
end
include the javascript file in your layout:
= javascript_include_tag "dynamic_fields"
rake htmlful:update:javascripts