Created
March 16, 2011 16:21
-
-
Save peterhellberg/872756 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module Athega | |
class LonemodellWithJSON < Lonemodell | |
def to_json(*args) | |
Yajl::Encoder.encode(to_hash) | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment