浏览代码

Removed customization

Andrew Kane 9 年之前
父节点
当前提交
33a16328e9
共有 1 个文件被更改,包括 0 次插入32 次删除
  1. 0 32
      README.md

+ 0 - 32
README.md

@@ -235,38 +235,6 @@ authenticate :user, lambda { |user| user.admin? } do
 end
 ```
 
-## Customization
-
-Change time zone
-
-```ruby
-Blazer.time_zone = "Pacific Time (US & Canada)"
-```
-
-Change timeout *PostgreSQL only*
-
-```ruby
-Blazer.timeout = 10 # defaults to 15
-```
-
-Turn off audits
-
-```ruby
-Blazer.audit = false
-```
-
-Custom user class
-
-```ruby
-Blazer.user_class = "Admin"
-```
-
-Customize user name
-
-```ruby
-Blazer.user_name = :first_name
-```
-
 ## Useful Tools
 
 For an easy way to group by day, week, month, and more with correct time zones, check out [Groupdate](https://github.com/ankane/groupdate.sql).