Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Provide error that form_buffers been removed.
  • Loading branch information
varyonic committed Oct 25, 2014
1 parent 7062256 commit 1a8fcf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_admin/views/components/active_admin_form.rb
Expand Up @@ -72,6 +72,10 @@ def has_many(*args, &block)
def object
form_builder.object
end

def form_buffers
raise "'form_buffers' has been removed from ActiveAdmin::FormBuilder, please read https://github.com/activeadmin/activeadmin/blob/master/docs/5-forms.md for details."
end
end

class SemanticInputsProxy < FormtasticProxy
Expand Down

0 comments on commit 1a8fcf0

Please sign in to comment.