Skip to content

Commit

Permalink
Minor fix to generator template, was missing 'tim' namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguiditta committed Oct 11, 2012
1 parent a7e30a6 commit e0d08da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/generators/tim/templates/tim.rb
Expand Up @@ -4,5 +4,5 @@
# Image Factory URL
Tim::ImageFactory::Base.site = "http://localhost:8075/imagefactory"
# FIXME: We should be able to infer these from Routes
Tim::ImageFactory::TargetImage.callback_url = "http://localhost:3000/target_images/"
Tim::ImageFactory::ProviderImage.callback_url = "http://localhost:3000/provider_images/"
Tim::ImageFactory::TargetImage.callback_url = "http://localhost:3000/tim/target_images/"
Tim::ImageFactory::ProviderImage.callback_url = "http://localhost:3000/tim/provider_images/"

0 comments on commit e0d08da

Please sign in to comment.