Created
November 23, 2018 05:06
-
-
Save abhianair/c3c0098f4815d8e23aa46d7f6d41bc69 to your computer and use it in GitHub Desktop.
split array
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @day = BusinessProfile.where(:user_id => current_user).pluck(:days) | |
| @days = @day.first | |
| @days = @days.split(',') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment