class Loco::ArrayController
Public Class Methods
instance()
click to toggle source
# File lib/motion-loco/array_controller.rb, line 7 def self.instance @instance ||= begin new(content: RecordArray.new) end end