バグ #1261 » 1261-miquire-system.patch
core/plugin/twitter/model/user.rb | ||
---|---|---|
1 | 1 |
# -*- coding: utf-8 -*- |
2 | 2 | |
3 | 3 |
miquire :core, 'skin' |
4 |
miquire :system, 'system' |
|
5 | 4 |
miquire :lib, 'typed-array', 'weakstorage' |
6 | 5 | |
7 | 6 |
class Plugin::Twitter::User < Diva::Model |
mikutter.rb | ||
---|---|---|
39 | 39 |
miquire :core, 'environment' |
40 | 40 |
Dir.chdir(Environment::CONFROOT) |
41 | 41 |
miquire :lib, 'diva_hacks' |
42 |
miquire :system, 'system' |
|
42 | 43 |
miquire :boot, 'load_plugin' |
43 | 44 | |
44 | 45 |
notice "fire boot event" |