Skip to content

Commit b06e5c9

Browse files
committed
Site updated @ Fri Jan 2 11:42:57 CST 2015
1 parent 715141e commit b06e5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

active_model_basics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Active Model Basics — Ruby on Rails 指南</title>
6+
<title>Active Model 基礎 — Ruby on Rails 指南</title>
77

88
<link rel="stylesheet" href="stylesheets/application.css">
99

@@ -169,7 +169,7 @@ <h1><a href="index.html" title="回首頁">Guides.rubyonrails.org</a></h1>
169169

170170
<div id="feature">
171171
<div class="wrapper">
172-
<h2>Active Model Basics</h2><p>本篇教你如何開始使用 Model。 Active Model 允許 Action Pack 輔助方法與不是 Active Record 的 Model 類別來做互動。Active Model 也允許在 Rails 框架之外自己造 ORM。</p><p>讀完本篇,您將了解:</p>
172+
<h2>Active Model 基礎</h2><p>本篇教你如何開始使用 Model。 Active Model 允許 Action Pack 輔助方法與不是 Active Record 的 Model 類別來做互動。Active Model 也允許在 Rails 框架之外自己造 ORM。</p><p>讀完本篇,您將了解:</p>
173173
<ul>
174174
<li><code>AttributeMethods</code> 模組</li>
175175
<li><code>Callbacks</code> 模組</li>

0 commit comments

Comments
 (0)