module MotionDataWrapper::Model::FinderMethods
Public Class Methods
included(base)
click to toggle source
# File lib/motion_data_wrapper/model/finder_methods.rb, line 5 def self.included(base) base.extend(ClassMethods) end