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

Cambiar cómo se hacen las extensiones a Paranoia #264

Closed
kikito opened this issue Aug 27, 2015 · 1 comment
Closed

Cambiar cómo se hacen las extensiones a Paranoia #264

kikito opened this issue Aug 27, 2015 · 1 comment

Comments

@kikito
Copy link
Contributor

kikito commented Aug 27, 2015

Varios problemas:

  • El nombre del fichero debería ser paranoia_extensions, no act_as_paranoid_aliases
  • Tal y como está hecho la única manera de hacer overrides en paranoia es escribir esto:
act_as_paranoid ...
include ParanoiaExtensions

Lo ideal sería que ParanoiaExtensions se incluyera directamente en el Módulo Paranoia para poder escribir únicamente act_as_paranoid, y no tener que acordarnos del nombre.

@voodoorai2000
Copy link
Member

One of many refactorings.

palomahnhp pushed a commit to palomahnhp/consul that referenced this issue Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants