Skip to content

Commit

Permalink
Port ably-rest dependency error to ably-realtime
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWoolf committed Mar 1, 2017
1 parent dd08bc9 commit 1791a95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/ably/realtime.rb
Expand Up @@ -11,6 +11,8 @@
require 'ably/realtime/connection'
require 'ably/realtime/presence'

require 'ably/models/message_encoders/base'

Dir.glob(File.expand_path("models/*.rb", File.dirname(__FILE__))).each do |file|
require file
end
Expand Down

0 comments on commit 1791a95

Please sign in to comment.