Displaying 1 result from an estimated 1 matches for "usage_service".
2010 Sep 03
1
[PATCH] Adding some control over usages in the network creation/edition form
Signed-off-by: Simon COURTOIS <scourtois at linagora.com>
---
src/app/controllers/usages_controller.rb | 13 +++++++
src/app/models/usage.rb | 2 +-
src/app/services/usage_service.rb | 23 ++++++++++++
src/app/views/network/_form.rhtml | 56 +++++++++++++++++++++++++++++-
src/config/routes.rb | 1 +
src/public/stylesheets/components.css | 18 +++++++++
6 files changed, 111 insertions(+), 2 deletions(-)
create mode 100644 src/app...