Skip to content

Commit

Permalink
Fixed some out of date docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell committed Dec 1, 2011
1 parent cfee3e8 commit 3ad277f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/active_admin/dsl.rb
Expand Up @@ -20,9 +20,9 @@ def run_registration_block(config, &block)
# modify options:
#
# eg:
#
#
# ActiveAdmin.register Post do
# config.admin_notes = false
# config.sort_order = "id_desc"
# end
#
def config
Expand All @@ -33,7 +33,7 @@ def config
# block, it will be eval'd in the controller
#
# Example:
#
#
# ActiveAdmin.register Post do
#
# controller do
Expand Down

0 comments on commit 3ad277f

Please sign in to comment.