Sha256: 09d3aebe3a7cdc2dd9c4be517393ed110f81348517f534ff5aee168a526a6012
Contents?: true
Size: 649 Bytes
Versions: 9
Compression:
Stored size: 649 Bytes
Contents
Description: The model_active_ldap generator creates stubs for a new model. The generator takes a model name as its argument. The model name may be given in CamelCase or under_score and should not be suffixed with 'Model'. The generator creates a model class in app/models, a test suite in test/unit, and test fixtures in test/fixtures/singular_name.yml. It will not create a migration. Examples: ./script/generate model_active_ldap user This will create a User model: Model: app/models/user.rb Test: test/unit/user_test.rb Fixtures: test/fixtures/users.yml
Version data entries
9 entries across 9 versions & 2 rubygems