Skip to content

Commit

Permalink
Merge pull request #8 from khata-jp/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
khata-jp authored Jun 20, 2020
2 parents 98acf18 + 371a6ce commit 893d4af
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,17 @@ CTI can solve these problems by using multiple related tables like shown below,

![ER Diagram](public/images/er_diagram.png)

## Installation
To install activerecord-cti on Rails, put this line in your Gemfile:
```ruby
gem 'activerecord-cti'
```
And then execute `bundle install`
```bash
$ bundle install
```


## How to use
### Preparation
First of all, generate the files of models you want to apply CTI to, and execute migration.
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord/cti/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Activerecord
module Cti
VERSION = '0.1.1'
VERSION = '1.0.0'
end
end

0 comments on commit 893d4af

Please sign in to comment.