class ActiveRecord::Base

Public Class Methods

method_missing(name, *args) click to toggle source
# File lib/rails_to_swift/active_record_patch.rb, line 5
def self.method_missing(name, *args)
  # ignore this, so unknown/unloaded macros won't cause parsing to fail
end