Skip to content
New issue

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

undefined method `perform_browser_validations' #3

Open
dcondrau opened this issue Aug 27, 2012 · 0 comments
Open

undefined method `perform_browser_validations' #3

dcondrau opened this issue Aug 27, 2012 · 0 comments

Comments

@dcondrau
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant