Skip to content

Way to subclass the individual controllers and have notifun route to them. #5

@ghost

Description

Like how in Devise we can have our own RegistrationsController that subclasses Devise::RegistrationsController, then in the routes we tell devise to use that controller instead (i.e. devise_for :users, path: 'auth', controllers: { registrations: 'registrations' }), we should have a way to subclass notifun's MessagesController, PreferencesController, etc, and route to ours.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions