Skip to content

Commit

Permalink
referencing base template on github in authentication.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Feb 7, 2009
1 parent 0d270c9 commit 7898a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.rb
@@ -1,4 +1,4 @@
load_template "/Users/rbates/code/rails-templates/base.rb"
load_template "http://github.com/ryanb/rails-templates/raw/master/base.rb"

name = ask("What do you want a user to be called?")
generate :nifty_authentication, name
Expand Down

0 comments on commit 7898a51

Please sign in to comment.