Skip to content

Commit

Permalink
Merge pull request #36 from jesson/master
Browse files Browse the repository at this point in the history
mistake
  • Loading branch information
dalpo committed Jun 5, 2014
2 parents 5465af1 + 6017a34 commit 8ca499c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails_admin_nestable/configuration.rb
@@ -1,7 +1,7 @@
module RailsAdminNestable
class Configuration

TREE_DEFAULT_OPTIONS = { live_update: true, falseenable_callback: false, scope: nil }
TREE_DEFAULT_OPTIONS = { live_update: true, enable_callback: false, scope: nil }
LIST_DEFAULT_OPTIONS = { position_field: :position, max_depth: 1, live_update: true, enable_callback: false, scope: nil }

def initialize(abstract_model)
Expand Down

0 comments on commit 8ca499c

Please sign in to comment.