Sha256: 66a660789e1e6198fbe4ab9465a39bba255ee24626fb262d79596407a01af2a4

Contents?: true

Size: 114 Bytes

Versions: 44

Compression:

Stored size: 114 Bytes

Contents

class BaseDelegate < MotionPrime::BaseAppDelegate
  def on_load(app, options)
    self.was_loaded = true
  end
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
motion-prime-0.1.4 spec/helpers/base_delegate.rb
motion-prime-0.1.3 spec/helpers/base_delegate.rb
motion-prime-0.1.2 spec/helpers/base_delegate.rb
motion-prime-0.1.1 spec/helpers/base_delegate.rb