Closed hxegon closed 9 years ago
Error and Gemfile
I'm on a clean install with ruby 2.2.2, rails 4.2.2, spree 3.0.3. pops up for me as soon as I try bundle exec rails g install spree_contact_us:install.
I'm guessing it's because I'm using 3.0.3, but any suggestions would be appreciated.
Use the 3-0-stable branch not a gem release.
gem 'spree_contact_us', github: 'spree-contrib', branch: '3-0-stable'
Thanks, that was it.
Error and Gemfile
I'm on a clean install with ruby 2.2.2, rails 4.2.2, spree 3.0.3. pops up for me as soon as I try bundle exec rails g install spree_contact_us:install.
I'm guessing it's because I'm using 3.0.3, but any suggestions would be appreciated.