Paul Engel
Results
2
issues of
Paul Engel
Being able to specify a method name (of the ability) used for checking abilities (instead of procs)
3
Currently, it isn't possible to Marshal.dump ability instances with "procced abilities". ``` ruby class Foo include CanCan::Ability end foo = Foo.new foo.can :read, String, nil do |instance| # do something...
He Tyler, Thanks for the examples. I was working on using a WebView but unfortunately I stumbled upon the same problem as described in https://github.com/tylergaw/js-osx-app-examples/blob/master/docs/webview-not-rendering-html.md I was wondering whether there...