Sha256: b3fb213c57d1ed5a744d8c1650a80a9d6fc7dfb65f069c851ab07839fa4767f6
Contents?: true
Size: 437 Bytes
Versions: 23
Compression:
Stored size: 437 Bytes
Contents
if Rails::VERSION::MAJOR == 2 && Rails::VERSION::MINOR == 3 ActionController::Routing.module_eval "remove_const(:Routes); Routes = Usher::Interface.for(:rails2_3)" elsif Rails::VERSION::MAJOR == 2 && Rails::VERSION::MINOR >= 2 class Usher::Interface::Rails2_2Interface::Mapper include ActionController::Resources end ActionController::Routing.module_eval "remove_const(:Routes); Routes = Usher::Interface.for(:rails2_2)" end
Version data entries
23 entries across 23 versions & 2 rubygems