module Mercury::Authentication

Public Instance Methods

can_edit?() click to toggle source
# File lib/mercury/authentication.rb, line 4
def can_edit?
  true # check here to see if the user is logged in/has access
end