Sha256: 4e0e5b6bb88e81c8e89200d7e58136f3822328970d45d8e70665a8f32f72d5df
Contents?: true
Size: 474 Bytes
Versions: 42
Compression:
Stored size: 474 Bytes
Contents
import { application } from './application' import NavbarController from './navbar_controller' import NestedController from './nested_controller' import PgFormController from './pg_form_controller' import FadeinOnloadController from './fadein_onload_controller' application.register('navbar', NavbarController) application.register('nested', NestedController) application.register('pg_form', PgFormController) application.register('fadein_onload', FadeinOnloadController)
Version data entries
42 entries across 42 versions & 1 rubygems