Skip to content

Commit

Permalink
adding application
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Intini committed Dec 20, 2011
1 parent 1a428a6 commit 04f74c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mogli/application.rb
@@ -1,7 +1,7 @@
module Mogli module Mogli
class Application < Model class Application < Model


define_properties :id, :name, :description, :category, :subcategory, :link, :canvas_name define_properties :id, :name, :description, :category, :subcategory, :link, :canvas_name, :namespace, :icon_url, :logo_url, :weekly_active_users, :monthly_active_users


has_association :feed, "Post" has_association :feed, "Post"
has_association :posts, "Post" has_association :posts, "Post"
Expand All @@ -10,4 +10,4 @@ class Application < Model




end end
end end

0 comments on commit 04f74c7

Please sign in to comment.