Changeset 2874
- Timestamp:
- 11/04/05 20:15:08 (3 years ago)
- Files:
-
- plugins/account_location/lib/account_location.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/account_location/lib/account_location.rb
r2805 r2874 44 44 account_domain << request.domain + request.port_string 45 45 end 46 47 def account_subdomain 48 request.subdomains.first 49 end 46 50 end