バグ #1261 » 1261-miquire-system.patch
core/plugin/twitter/model/user.rb | ||
---|---|---|
# -*- coding: utf-8 -*-
|
||
miquire :core, 'skin'
|
||
miquire :system, 'system'
|
||
miquire :lib, 'typed-array', 'weakstorage'
|
||
class Plugin::Twitter::User < Diva::Model
|
mikutter.rb | ||
---|---|---|
miquire :core, 'environment'
|
||
Dir.chdir(Environment::CONFROOT)
|
||
miquire :lib, 'diva_hacks'
|
||
miquire :system, 'system'
|
||
miquire :boot, 'load_plugin'
|
||
notice "fire boot event"
|