Grosse MàJ

This commit is contained in:
olivier
2008-11-25 22:11:16 +01:00
parent 53195fdfcd
commit 3e719157ea
2980 changed files with 343846 additions and 0 deletions

View File

@ -0,0 +1,2 @@
module AddressesHelper
end

View File

@ -0,0 +1,2 @@
module Admin::AdminHelper
end

View File

@ -0,0 +1,3 @@
# Methods added to this helper will be available to all templates in the application.
module ApplicationHelper
end

View File

@ -0,0 +1,2 @@
module CustomersHelper
end

View File

@ -0,0 +1,2 @@
module ProductsHelper
end

View File

@ -0,0 +1,2 @@
module SessionsHelper
end

View File

@ -0,0 +1,2 @@
module SuppliersHelper
end

View File

@ -0,0 +1,2 @@
module UtilisateursHelper
end