aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2011-06-27 00:12:39 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2011-06-27 00:12:39 +0530
commit732690589ed4f12d48bcc1b97f88768b968b8162 (patch)
tree876973657574f1d471e1d155742ab5149e922f6a
parent798aa881af53075ed6bbc73d19556b001af68ab7 (diff)
downloadrails-732690589ed4f12d48bcc1b97f88768b968b8162.tar.gz
rails-732690589ed4f12d48bcc1b97f88768b968b8162.tar.bz2
rails-732690589ed4f12d48bcc1b97f88768b968b8162.zip
minor changes
-rw-r--r--activerecord/lib/active_record/migration.rb4
-rw-r--r--railties/guides/source/action_controller_overview.textile2
2 files changed, 3 insertions, 3 deletions
diff --git a/activerecord/lib/active_record/migration.rb b/activerecord/lib/active_record/migration.rb
index 24bb7c30f2..c459846264 100644
--- a/activerecord/lib/active_record/migration.rb
+++ b/activerecord/lib/active_record/migration.rb
@@ -66,9 +66,9 @@ module ActiveRecord
# create_table :system_settings do |t|
# t.string :name
# t.string :label
- # t.text :value
+ # t.text :value
# t.string :type
- # t.integer :position
+ # t.integer :position
# end
#
# SystemSetting.create :name => "notice",
diff --git a/railties/guides/source/action_controller_overview.textile b/railties/guides/source/action_controller_overview.textile
index 891bae3d5e..073e3bddcf 100644
--- a/railties/guides/source/action_controller_overview.textile
+++ b/railties/guides/source/action_controller_overview.textile
@@ -802,7 +802,7 @@ class DinnerController
end
</ruby>
-Just like the filter, you could also passing +:only+ and +:except+ to enforce the secure connection only to specific actions
+Just like the filter, you could also passing +:only+ and +:except+ to enforce the secure connection only to specific actions.
<ruby>
class DinnerController