Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Dec 19, 2010
1 parent 7b87595 commit 13e5a26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions railties/lib/rails/railtie/configurable.rb
Expand Up @@ -26,9 +26,9 @@ def configure(&block)


protected protected


def method_missing(*args, &block) def method_missing(*args, &block)
instance.send(*args, &block) instance.send(*args, &block)
end end
end end
end end
end end
Expand Down

0 comments on commit 13e5a26

Please sign in to comment.