lib/usher/interface/rails2_3_interface.rb in usher-0.5.6 vs lib/usher/interface/rails2_3_interface.rb in usher-0.5.7
- old
+ new
@@ -1,8 +1,8 @@
class Usher
module Interface
- class Rails2_3Interface
+ class Rails23Interface
attr_reader :configuration_files
def named_routes
@router.named_routes
@@ -129,6 +129,6 @@
@router.path_for_options(options)
end
end
end
-end
\ No newline at end of file
+end