Skip to content

Commit

Permalink
Rename class
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 6, 2013
1 parent 3126e85 commit dc87ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/auth.rb → app/auto.rb
@@ -1,4 +1,4 @@
class Auth
class Auto
def initialize
# Create an account store object.
@account_store = ACAccountStore.alloc.init
Expand Down
2 changes: 1 addition & 1 deletion app/menu_controller.rb
Expand Up @@ -43,6 +43,6 @@ def compose(service)
end

def sign_in
@auth = Auth.new
@auto = Auto.new
end
end

0 comments on commit dc87ca8

Please sign in to comment.