Skip to content

railsfactory-syed/crux_share

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CruxShare

Share the product url in social network(facebook).

Installation

Start by adding the gem to your existing Rails 3.x application's Gemfile

gem 'crux_share', :git => 'git@github.com:railsfactory/crux_share.git'

Now bundle up with:

bundle install

Next, run the rake task that copies the necessary migrations and assets to your project:

rake spree_core:install

rake crux:install

rake crux_share:install

Now you should be able to boot up your server with:

rails s  

Usage

Click facebook icon in individual product page

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%