https://github.com/yujideveloper/operator_recordable-example
Example rails app using OperatorRecordable
https://github.com/yujideveloper/operator_recordable-example
example
Last synced: about 1 year ago
JSON representation
Example rails app using OperatorRecordable
- Host: GitHub
- URL: https://github.com/yujideveloper/operator_recordable-example
- Owner: yujideveloper
- License: mit
- Created: 2018-09-12T16:04:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-22T01:50:59.000Z (almost 3 years ago)
- Last Synced: 2025-02-07T19:51:13.143Z (about 1 year ago)
- Topics: example
- Language: Ruby
- Homepage: https://github.com/yujideveloper/operator_recordable
- Size: 47.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OperatorRecordable Example
This is a example app of [OperatorRecordable](https://github.com/yujideveloper/operator_recordable)
## Setup
```
./bin/setup
```
## How to run
```
./bin/rails server
```