Ritesh Shrestha

Results 2 issues of Ritesh Shrestha

getting TypeError ({:if=>#} is not a symbol nor a string) when trying to use , ` link :sms_url, if: proc { | params| params[:action] == 'sms' } ` and I...

I wanted to avoid including the relationships while including relationship. How can I achieve that? For Example, ``` class MovieSerializer include FastJsonapi::ObjectSerializer attributes :name, :year has_many :actors belongs_to :owner belongs_to...