Skip to content

Instantly share code, notes, and snippets.

@Asone
Created September 29, 2014 12:28
Show Gist options
  • Select an option

  • Save Asone/fad89a640574f2380d53 to your computer and use it in GitHub Desktop.

Select an option

Save Asone/fad89a640574f2380d53 to your computer and use it in GitHub Desktop.
draft of proto for further use in ACL roussestagram feature
def initialize(*args)
@acl = YAML.load_file('acl.yaml')
end
def acl(action)
if m.user.authed? && (@acl.find_index{ |l| l[action] })
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment