Skip to content

Instantly share code, notes, and snippets.

@jerry-tao
Created August 20, 2015 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jerry-tao/fe5fb0a4c468f87ad52f to your computer and use it in GitHub Desktop.
Save jerry-tao/fe5fb0a4c468f87ad52f to your computer and use it in GitHub Desktop.
#app/models/post.rb
class Post< AR::Base
end
#lib/services/post.rb
module Services
class Post
class < self
include Services
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment