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

 Edit this page

Last Update: 2024/09/29