adherent 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/adherent/members_controller.rb +1 -1
- data/lib/adherent/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ae982173ad558bee384f85c55c2af48a2cbb338a
|
4
|
+
data.tar.gz: df2de0cd879c88428ae2ad74ae24950e49b431cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 09d6c1754c8bc3c844aa4d1a56a448b21a06c5668baf66bc4c2d55da0f5a3ea156b125812cf60a03d5c6bbb7def12731152f1c86c6066f25cb38783adce700e9
|
7
|
+
data.tar.gz: 19d9b63caa94d750f4b1270670d380b4db8db581f715d0b4ddbde1996ce54dd92ad805958116f91190649cab99bed49b330bed3e4c40efc63f9233cd4369c6f3
|
@@ -15,7 +15,7 @@ module Adherent
|
|
15
15
|
format.csv { send_data Adherent::QueryMember.to_csv(@organism),
|
16
16
|
:filename=>"#{@organism.title}-#{dashed_date(Date.today)}-Membres.csv" }
|
17
17
|
|
18
|
-
format.xls { send_data Adherent::QueryMember.
|
18
|
+
format.xls { send_data Adherent::QueryMember.to_xls(@organism),
|
19
19
|
:filename=>"#{@organism.title}-#{dashed_date(Date.today)}-Membres.xls" }
|
20
20
|
format.json { render json:@members }
|
21
21
|
end
|
data/lib/adherent/version.rb
CHANGED
@@ -14,5 +14,5 @@ module Adherent
|
|
14
14
|
# VERSION = "0.2.2.3" # adaptation à la précompilation des assets
|
15
15
|
# VERSION = "0.2.2.4" # correction des références des assets data_tables
|
16
16
|
# VERSION = '0.2.3' # Ajout d'un champ comment pour les paiements
|
17
|
-
VERSION = '0.2.
|
17
|
+
VERSION = '0.2.6' # Insertion icone et action export csv xls pour members
|
18
18
|
end
|