Guest User

Untitled

a guest
Nov 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. def has_states?
  2. if self.children.first.class.to_s == 'State'
  3. true
  4. else
  5. false
  6. end
  7. end
Add Comment
Please, Sign In to add comment