Sha256: d33f72d3dd860f2c3fabeba376c13b374d1b818da231416c1c28e682f95086c7
Contents?: true
Size: 442 Bytes
Versions: 8
Compression:
Stored size: 442 Bytes
Contents
Description: The migration generator creates a migration to add the activities table to your database The generator takes no arguments. The generator creates a migration in db/migrate. Example: ./script/generate activity_migration Migration: db/migrate/add_activities_table.rb The Activity model lives in the lib directory of this plugin. You can move that model into your models directory and modify it if you like.
Version data entries
8 entries across 8 versions & 1 rubygems