Skip to content

Commit

Permalink
updated yarps_version & updated application_helper to use yarps_config
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Sep 5, 2008
1 parent 988a528 commit c6c9c01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/helpers/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def textilize(text)
end

def yarps_version
0.1
YARPS_CONFIG['yarps_version']
end

def alphabet_letters
Expand Down
2 changes: 1 addition & 1 deletion src/config/yarps_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
default: &default
yarps_version: 0.1
yarps_version: 0.0.2
host: localhost:3000
time_zone: Berlin
email: mail@example.com
Expand Down

0 comments on commit c6c9c01

Please sign in to comment.