This commit is contained in:
Nicolas Bally 2015-02-12 13:30:47 +01:00
parent ab2ef7f53f
commit ed6274bc67
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ class Public::OrdersController < ApplicationController
skip_before_filter :verify_authenticity_token, :only => [:ipn] skip_before_filter :verify_authenticity_token, :only => [:ipn]
def new def new
@order = Order.new @order = Order.new(:country => "France")
end end

View File

@ -50,7 +50,7 @@
=f.input :postal_code, :label => "Code Postal :" =f.input :postal_code, :label => "Code Postal :"
=f.input :cityname, :label => "Ville :" =f.input :cityname, :label => "Ville :"
=f.input :country, :label => "Pays :", :collection => [["France","FR"], ["Suisse","CH"], ["Espagne","ES"], ["Italie","IT"]], :as => :select, :include_blank => false =f.input :country, :label => "Pays :"
#legals #legals
%h3=# CONDITIONS GENERALES DE VENTE %h3=# CONDITIONS GENERALES DE VENTE