mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-04-29 13:15:36 +08:00
Fixed #rmq problem in Stylesheets
This commit is contained in:
@@ -130,10 +130,10 @@ module RubyMotionQuery
|
||||
|
||||
# Convenience methods -------------------
|
||||
def rmq
|
||||
if @controller
|
||||
@controller.rmq
|
||||
if @controller.nil?
|
||||
RMQ.new
|
||||
else
|
||||
RMQ
|
||||
@controller.rmq
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user