lib/generators/opro/install_generator.rb in opro-0.0.1 vs lib/generators/opro/install_generator.rb in opro-0.0.2
- old
+ new
@@ -13,9 +13,14 @@
end
def run_other_generators
generate "active_record:opro"
end
+
+ def add_opro_routes
+ opro_routes = "mount_opro_oauth"
+ route opro_routes
+ end
end
end
end