File: active_model.rb

package info (click to toggle)
ruby-rails-observers 0.1.5-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 164 kB
  • sloc: ruby: 449; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (5)
1
2
3
4
module ActiveModel
  autoload :Observer, 'rails/observers/active_model/observing'
  autoload :Observing, 'rails/observers/active_model/observing'
end