We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
I tried to add ActiveAdmin-Globalize3-inputs to my project but I get the following error:
undefined method `perform_browser_validations' for Formtastic::FormBuilder:Class Extracted source (around line #5):
2:
I use
formtastic (2.1.1) activeadmin (0.4.4) ActiveAdmin-Globalize3-inputs (0.0.1)
By removing ActiveAdmin-Globalize3-inputs from my Gemfile the error goes away. Do you know what might go wrong?
Thanks David
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I tried to add ActiveAdmin-Globalize3-inputs to my project but I get the following error:
undefined method `perform_browser_validations' for Formtastic::FormBuilder:Class
Extracted source (around line #5):
2:
<%= title "#{active_admin_application.site_title} Login" %>
3:
4: <% scope = Devise::Mapping.find_scope!(resource_name) %>
5: <%= active_admin_form_for(resource, :as => resource_name, :url => send(:"#{scope}_session_path"), :html => { :id => "session_new" }) do |f|
6: f.inputs do
7: Devise.authentication_keys.each { |key| f.input key, :input_html => {:autofocus => true}}
8: f.input :password
I use
formtastic (2.1.1)
activeadmin (0.4.4)
ActiveAdmin-Globalize3-inputs (0.0.1)
By removing ActiveAdmin-Globalize3-inputs from my Gemfile the error goes away. Do you know what might go wrong?
Thanks
David
The text was updated successfully, but these errors were encountered: