smarter_listing 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/smarter_listing/copy.js.erb +1 -1
- data/lib/smarter_listing/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: 0d0bc7acfe430f743d8c1a3e57730c2cb81f9d2a
|
4
|
+
data.tar.gz: 501b9bb7eaee3518da3fee68da2be477a3dd1ea9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5abff61983c1fbbf818621520bc478fecda7055419d5cf33e34e35bba48b07fc1ea1ef37d8287d1602d98840a9b1fa0f52c99ceb586da4be26de6d6025bfb690
|
7
|
+
data.tar.gz: 64661776e0be3fc1d3ebd30cac0c1206192f612eaef0863e996557f27c165a268c275d1d222f6b7650f124d1e717114652218c3162e240fa07bce2dd8d14e95e
|
@@ -1,2 +1,2 @@
|
|
1
|
-
<%= smart_listing_item :copy, resource, "#{current_engine}/#{
|
1
|
+
<%= smart_listing_item :copy, resource, "#{current_engine}/#{model.name.demodulize.tableize}/form.html", name: collection_sym %>
|
2
2
|
<%== render 'smarter_listing/form_logic' %>
|