Closed murugan-r closed 6 years ago
It looks like this fix actually makes the generated model filenames and classnames plural instead.
For example,
rails g draft:resource Actor name
Will generate a model file called actors.rb
:
class Actors < ApplicationRecord
end
and the same goes for the ActiveAdmin file of actors.rb
The above comment is being addressed by: Issue#28
Fixes #16 .