`
qualenac
  • 浏览: 63615 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类

annotate_models--rails必携pluginの一つ[转]

阅读更多

install

script/plugin install http://svn.pragprog.com/Public/plugins/annotate_models

使い方

rake annotate_models

これで、

# == Schema Information
# Schema version: 13
#
# Table name: categories
#
#  id   :integer(11)   not null, primary key
#  name :string(255)   
# 

class Category < ActiveRecord::Base
  has_many :theme, :dependent => :destroy

こんな感じのができ上がる。便利。

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics