Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 278 Bytes

scaffold.md

File metadata and controls

14 lines (11 loc) · 278 Bytes

Generate eye-popping scaffolds for rails

rails g beautiful_scaffold scaffoldname title:string id:integer calc:float about:text cost:price rainbow:color doc:richtext markup:wysiwyg

Types available:

  • integer
  • float
  • text
  • string
  • price
  • color
  • richtext
  • wysiwyg