samarth sikotara

Results 4 issues of samarth sikotara

Hi @alyssaxuu Wonderful library you made. I wanted to know what is there any other function where we can change the name of the block as well

I have 2 engines in rails application. I want to add backbone in 1 engine. how to do it? If I run rails g backbone:install it will not add backbone...

I have a speciality model class: ``` class Persons.Models.Speciality extends Backbone.RelationalModel paramRoot: 'speciality' relations: [ type: Backbone.HasMany key: 'services' relatedModel: 'Persons.Models.Service' collectionType: 'Persons.Collections.Services' includeInJSON: false autoFetch: true reverseRelation: key: 'speciality_id',...

question