minor changes

This commit is contained in:
Vijay Dev 2011-06-27 00:12:39 +05:30
parent 798aa881af
commit 732690589e
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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