diff options
| author | Kir | 2011-11-16 14:41:29 +0400 | 
|---|---|---|
| committer | Kir | 2011-11-16 14:41:29 +0400 | 
| commit | 661590c630f022fc678c4d5664b497db13de6eec (patch) | |
| tree | 0c434d3e4560b6cb13c7184c31472dd824b5bbe5 /lib/inboxes.rb | |
| parent | 61bd4dd67fdaee93af6994d539b86d46cd1c45f1 (diff) | |
| download | inboxes-0fe04fb9e19aa7d8895a63c111e34901ccb4a39d.tar.bz2 | |
Faye integration, resources under modulev0.0.1
Diffstat (limited to 'lib/inboxes.rb')
| -rw-r--r-- | lib/inboxes.rb | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/lib/inboxes.rb b/lib/inboxes.rb index 49bec39..133aa9c 100644 --- a/lib/inboxes.rb +++ b/lib/inboxes.rb @@ -18,6 +18,9 @@ module Inboxes    class Configuration #:nodoc:      include ActiveSupport::Configurable      config_accessor :user_name +    config_accessor :faye_host +    config_accessor :faye_port +    config_accessor :faye_enabled      def param_name        config.param_name.respond_to?(:call) ? config.param_name.call() : config.param_name  | 
