Closed Altonymous closed 10 years ago
Not currently. Assuming you're using the new api generator you'd have to manually rm -rf the presenters and their specs.
Okay..
this seems to work in the application.rb file:
config.generators do |generate|
generate.helper false
generate.assets false
generate.view_specs false
end
Thanks @chrishough !
It would be ideal for those of us who prefer other mechanisms to build out our views.
I am using active_model_serializers, I know others use rabl and jbuilder. The presenters just end up in the way...