Skip to content

pavel-mihailovskiy/connha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connha

This project rocks and uses MIT-LICENSE.

Installation

Add to your Gemfile:
gem 'connha'

Then run:

$ bundle update

Run install script:

$ rails g connha:install

And don't forget to migrate you database:

$ rake db:migrate

Preparing your models

In your model:

class ModelName < ActiveRecord::Base
  acts_as_connectable
end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published