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

models can now be hashes #118

Merged
merged 1 commit into from
Feb 4, 2015
Merged

models can now be hashes #118

merged 1 commit into from
Feb 4, 2015

Conversation

GavinJoyce
Copy link
Contributor

closes #95

This will allow us to remove attribute methods like:

def name
  @model[:name]
end

/fyi @nolaneo

GavinJoyce added a commit that referenced this pull request Feb 4, 2015
@GavinJoyce GavinJoyce merged commit 60cb5bf into master Feb 4, 2015
@GavinJoyce GavinJoyce deleted the gj/hash-as-model branch February 4, 2015 21:35
@nolaneo
Copy link

nolaneo commented Feb 4, 2015

sweet

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

Successfully merging this pull request may close these issues.

Support a hash as the model
2 participants