Skip to content

Commit

Permalink
Issue #105 add application email
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Özgür ÖZKAN committed Feb 4, 2012
1 parent 99a5798 commit 342c0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/kebab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Kebab.configure do |config|
config.application_name = "Kebab Project"
config.application_url = "kebab.local"
config.application_email = "info@kebab-project.com"
config.invoice_no = "108536" #must be integer
config.invalid_tenant_names = %w(www help support api apps status blog static)
end
1 change: 1 addition & 0 deletions lib/kebab.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module Kebab
class << self
attr_accessor :application_name
attr_accessor :application_url
attr_accessor :application_email
attr_accessor :invoice_no
attr_accessor :invalid_tenant_names
end
Expand Down

0 comments on commit 342c0f4

Please sign in to comment.