Revision 2f1c6b5b
Added by Marc Dequènes over 14 years ago
- ID 2f1c6b5bfb3ebbadde902db6e5d540530976de36
bin/postman | ||
---|---|---|
|
||
|
||
module CyborgHood
|
||
# example for specific validation rules of the bot-specific config file
|
||
#class Config
|
||
# protected
|
||
# class PostmanValidator < CyborgHoodValidator
|
||
# def validate_hook_in(value, rule, path, msg_list)
|
||
# msg_list << "Youhou !!!"
|
||
# end
|
||
# end
|
||
#end
|
||
|
||
module PostmanHome
|
||
include I18nTranslation
|
||
bindtextdomain("cyborghood_postman", {:path => Config::L10N_DIR, :charset => "UTF-8"})
|
Also available in: Unified diff
[evol] configuration defaults and schema checking (closes 21)