https://github.com/runlevel5/reform_sample_app
To demo a bug with Reform gem
https://github.com/runlevel5/reform_sample_app
Last synced: 12 days ago
JSON representation
To demo a bug with Reform gem
- Host: GitHub
- URL: https://github.com/runlevel5/reform_sample_app
- Owner: runlevel5
- Created: 2013-09-30T01:48:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T02:51:47.000Z (over 12 years ago)
- Last Synced: 2025-01-25T12:27:56.762Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I have Apprentice a subclass of Person
And it seems to me in this special STI case, ApprenticeForm failed to save the @apprentice
Please run the test:
```
rspec spec/controllers/apprentices_controller_spec.rb
```