spree_multi_slideshow 0.70.72 → 0.70.73

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -9,7 +9,7 @@ Basic Installation
9
9
 
10
10
  1. Add the following to your Gemfile
11
11
  <pre>
12
- gem 'spree_multi_slideshow', '~> 0.70.72'
12
+ gem 'spree_multi_slideshow', '~> 0.70.73'
13
13
  </pre>
14
14
  2. Run `bundle install`
15
15
  3. To copy and apply migrations run:
@@ -1,7 +1,7 @@
1
1
  module SlideshowTypesHelper
2
2
 
3
3
  def insert_slideshow(params={})
4
- @@slideshow = Spree::SlideshowType.enable.find_by_category(params[:category])
4
+ @@slideshow = SlideshowType.enable.find_by_category(params[:category])
5
5
  if @@slideshow.blank? || (!@@slideshow.blank? && @@slideshow.slides.empty?)
6
6
  return ''
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spree_multi_slideshow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.72
4
+ version: 0.70.73
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: