grimen / dry_scaffold

Rails: A Rails scaffold generator that generates DRYer, cleaner, and more useful code. IMPORTANT: Not maintained anymore.
MIT License
124 stars 14 forks source link

Generate links for actions in _actions only #20

Open splendeo opened 14 years ago

splendeo commented 14 years ago

This action: ./script/generate dscaffold Duck name:string about:text _actions:new,create,index,quack

Generates "edit" links on the _item view.

Of course, if _actions isn't specified, it can be assumed that the default _actions are set.