This extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.
Last updated on: January 16 at 03:19 PM
source code bug trackerThis extension lets you create events to announce them to visitors. Upcoming events will be shown on the homepage.
Add spree_event_invitation to your Gemfile:
gem 'spree_event_invitation', :git => 'https://github.com/cahein/spree_event_invitation', :branch => "master"
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_event_invitation:install
First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.
Run rspec
bundle exec rake
Copyright (c) 2019 Carsten Heinrigs, released under the New BSD License