china_region_fu 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,17 +0,0 @@
1
- Description:
2
- Copy MVC support files to Rails app folder
3
-
4
- Example:
5
- User erb:
6
- rails generate china_region_fu:mvc erb
7
-
8
- User haml
9
- rails generate china_region_fu:mvc haml
10
-
11
-
12
- This will create:
13
- app/models/province.rb
14
- app/models/city.rb
15
- app/models/district.rb
16
- app/controllers/region_controller.rb
17
- app/views/region/index.html.(erb|haml)