Guest User

Untitled

a guest
Nov 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. def send
  2. @destinations_group = DestinationsGroup.all
  3. puts @destination_group.class #prints NilClass
  4. redirect_to destinations_groups_path
  5. end
Add Comment
Please, Sign In to add comment