limited-effort/snfoil-rails

View on GitHub
lib/generators/snfoil/context/USAGE

Summary

Maintainability
Test Coverage
Description:
    Creates a SnFoil::Context Scaffold

Arguments:
    model: *required* The name of the model

Options:
    path: The path the files will be created at. default: app/contexts

Example:
    rails generate snfoil:context User

    This will create:
        app/contexts/user_context