module Padrino::Admin
Padrino::Admin
is beautiful Ajax Admin
, with these features:
- Orm Agnostic
-
Adapters for datamapper, activerecord, mongomapper, couchdb (now only: datamapper and activerecord), ohm
- Authentication
-
Support for Account authentication, Account Permission management
- Scaffold
-
You can simply create a new “admin interface” simply providing a Model
- Ajax Uploads
-
You can upload file, manage them and attach them to any model in a quick and simple way (coming soon)
Public Class Methods
registered(app)
click to toggle source
# File lib/padrino-admin.rb, line 18 def registered(app) # Load Padrino::Admin locales I18n.load_path += Dir["#{File.dirname(__FILE__)}/padrino-admin/locale/**/*.yml"] end
Also aliased as: included