Created
April 30, 2012 05:07
-
-
Save joshdholtz/2555660 to your computer and use it in GitHub Desktop.
Patch for using Sequel object in rable template
This file contains hidden or 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
Sequel::Model.class_eval do | |
def map | |
return self.values | |
end | |
end |
This file contains hidden or 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
object false | |
glue @android_app do | |
attributes :id, :name, :created_at, :created_by_user_id | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment