Guest User

Untitled

a guest
Nov 18th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. class [Your Class Here] < ActiveRecord::Base
  2.  
  3. ##################################################################################################
  4. ### Attributes ###################################################################################
  5.  
  6.  
  7. ##################################################################################################
  8. ### Constants ####################################################################################
  9.  
  10.  
  11. ##################################################################################################
  12. ### Includes and Extensions ######################################################################
  13.  
  14.  
  15. ##################################################################################################
  16. ### Callbacks ####################################################################################
  17.  
  18.  
  19. ##################################################################################################
  20. ### Associations #################################################################################
  21.  
  22.  
  23. ##################################################################################################
  24. ### Validations ##################################################################################
  25.  
  26.  
  27. ##################################################################################################
  28. ### Scopes #######################################################################################
  29.  
  30.  
  31. ##################################################################################################
  32. ### Other ########################################################################################
  33.  
  34.  
  35. ##################################################################################################
  36. ### Class Methods ################################################################################
  37.  
  38.  
  39. ##################################################################################################
  40. ### Instance Methods #############################################################################
  41.  
  42.  
  43. #########
  44. protected
  45. #########
  46.  
  47.  
  48. #######
  49. private
  50. #######
  51.  
  52.  
  53. end
Add Comment
Please, Sign In to add comment