Skip to content

Instantly share code, notes, and snippets.

@joshdholtz
Created April 30, 2012 05:07
Show Gist options
  • Save joshdholtz/2555660 to your computer and use it in GitHub Desktop.
Save joshdholtz/2555660 to your computer and use it in GitHub Desktop.
Patch for using Sequel object in rable template
Sequel::Model.class_eval do
def map
return self.values
end
end
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