extjs / mvc

Ruby ExtJS Tools
http://www.extonrails.com
MIT License
118 stars 50 forks source link

Problems with a method extjs_fieldset #3

Closed nickolay-gvfs closed 15 years ago

nickolay-gvfs commented 15 years ago

At the method announcement the exception is always thrown out:

NoMethodError: undefined method `extjs_fieldset'.

Always at use extjs_fields

christocracy commented 15 years ago

Hi just did a big merge. I'll look into it, thanks.

christocracy commented 15 years ago

Are you including the ExtJS::Model mixin in your model?

See the README

include ExtJS::Model

nickolay-gvfs commented 15 years ago

Hi! Yes, I include ExtJS::Model in model. But extjs_fields its works.

nickolay-gvfs commented 15 years ago

Thanks! I have solved a problem! I simply had old version 0.2.8, but after installation version 0.3 all work.

christocracy commented 15 years ago

Thanks.