ここで何が間違っている可能性がありますか?能力を言うのはあまり役に立たないことはわかっています。:管理、すべて; ただし、CanCan を使い始めようとしています。
私は宝石を持っていて、generate cancan:ability を実行しました。
ありがとう。
エラーとコード:
初期化されていない定数 Ability::CanCan 抽出されたソース (4 行目付近):
1:
2: <% if current_user %>
3: <p>Currently logged in as <strong><%= current_user.email %></strong></p>
4: <% current_ability = Ability.new(current_user) %>
5: <%if can? :manage, :all %>
6: <p>Hey Buddy, You're Authorized ;)</p>
7: <% end %>