File: observer_generator.rb

package info (click to toggle)
ruby-rails-observers 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 229
  • sloc: ruby: 1,497; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
module Rails
  module Generators
    class ObserverGenerator < NamedBase #metagenerator
      hook_for :orm, :required => true
    end
  end
end