RubyGems
npm
Organizations
Log in
Sign up
RubyGems
blocks
Versions diffs
1.1.2 → 1.1.3
blocks 1.1.2 → 1.1.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/app/views/blocks/_list.html.erb
+1
-1
metadata
+1
-1
data/app/views/blocks/_list.html.erb
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
1
<%= list.define :item do |options| %>
2
-
<%= options[:field] ? options[:record].send(:field) : options[:record].to_s %>
2
+
<%= options[:field] ? options[:record].send(
options[
:field
]
) : options[:record].to_s %>
3
3
<% end %>
4
4
5
5
<%= list.define :items do |options| %>
metadata
CHANGED
Viewed
@@ -2,7 +2,7 @@
2
2
name: blocks
3
3
version: !ruby/object:Gem::Version
4
4
prerelease:
5
-
version: 1.1.
2
5
+
version: 1.1.
3
6
6
platform: ruby
7
7
authors:
8
8
- Andrew Hunter