Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller visible, hidden, exposed should be private #179

Closed
derks opened this issue Sep 7, 2012 · 0 comments
Closed

Controller visible, hidden, exposed should be private #179

derks opened this issue Sep 7, 2012 · 0 comments

Comments

@derks
Copy link
Member

derks commented Sep 7, 2012

### FIX ME: What is this used for???
    ignored = ['visible', 'hidden', 'exposed']

    def __init__(self, *args, **kw):
        super(CementBaseController, self).__init__(*args, **kw)

        self.app = None
        self.command = 'default'
        self.config = None
        self.log = None
        self.pargs = None
        self.visible = {}
        self.hidden = {}
        self.exposed = {}
        self._arguments = []
@ghost ghost assigned derks Sep 7, 2012
derks pushed a commit that referenced this issue Sep 11, 2012
derks pushed a commit that referenced this issue Sep 11, 2012
@derks derks closed this as completed Sep 11, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant