Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Created January 12, 2017 05:58
Show Gist options
  • Save taisyo7333/b51b4ed4a169059c3b9e0ddc6f634e26 to your computer and use it in GitHub Desktop.
Save taisyo7333/b51b4ed4a169059c3b9e0ddc6f634e26 to your computer and use it in GitHub Desktop.
Rails

対象を調べたい時は、Viewで下記のように書いて動作させると調べられる。

<%= session.class %>
<%= session.is_a? Hash %> 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment