Installation & configuration
# Add LesliBabel engine
bundle add lesli_babel
# Setup database
rake lesli:db:setup
# Load LesliBabel
Rails.application.routes.draw do
mount LesliBabel::Engine => "/babel"
end
<%= partial("installation") %>
Last Update: 2025/07/09