Notifications & Announcements System for the Lesli Framework.
<p align="center">
<a target="blank" href="https://rubygems.org/gems/lesli_bell">
<img src="https://badge.fury.io/rb/lesli_bell.svg" alt="Gem Version" height="24">
</a>
</p>
Quick start
# Add LesliBell engine
bundle add lesli_bell
# Setup database
rake lesli:db:setup
# Load LesliBell
Rails.application.routes.draw do
mount LesliBell::Engine => "/bell"
end
Last Update: 2024/09/29