Sha256: 600eaefde22dd6d959e0b65d4a238f4a0295a4780dfbcd7dab4f7414a48ab825

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

# Here you define the fundamentals of your application.
#
# Add a model:
# model 'user' do |user|
#   user.attr :name
#   user.attr :birth, type: :datetime
#   user.attr :email
# end
#
# Add a web user interface:
# wui 'user' do |wui|
#   wui.crud # Creates all CRUD actions: index, new, show, etc.
#   wui.action :lock, scope: :member, method: :post
# end
#
# Add navigation
# navigation :main
#
# Add authentication
# authenticate 'user', system_email: 'system@example.com'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katapult-0.2.0 lib/generators/katapult/install/templates/lib/katapult/application_model.rb