Sha256: a5c23de08d3a2a51259ea50d81ff04aa074e3de9ad48a58ee4f726b305eceb22
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
# Here you define the fundamentals of your application. # # Add a model: # model 'customer' do |customer| # customer.attr :name # customer.attr :birth, type: :date # customer.attr :email # end # # Add a web user interface: # wui 'customer' do |wui| # wui.action :index # wui.action :show # wui.action :lock, scope: :member, method: :post # end # # Add navigation # navigation :main
Version data entries
3 entries across 3 versions & 1 rubygems